Skip to content

Commit

Permalink
feat: Bump prometheus-adapter to 3.4.2 (#815)
Browse files Browse the repository at this point in the history
* chore: Update prometheus-adapter 3.4.0 => 3.4.2

* chore: Move prometheus-adapter/3.4.0 => prometheus-adapter/3.4.2

* chore: Update kommander defaults: prometheus-adapter 3.4.0 => 3.4.2

* feat: Remaining prometheus-adapter bumps

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2022
1 parent 5afdc8b commit 4dab745
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion services/kommander/0.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data:
kubernetes-dashboard: "5.11.0"
kubecost: "0.28.0"
kube-prometheus-stack: "40.0.0"
prometheus-adapter: "3.4.0"
prometheus-adapter: "3.4.2"
prometheus-thanos-traefik: "0.0.1"
kubecost-thanos-traefik: "0.0.1"
cert-manager: "1.9.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

---
apiVersion: v1
kind: ConfigMap
metadata:
name: prometheus-adapter-3.4.0-d2iq-defaults
name: prometheus-adapter-3.4.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm.yaml
- cm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -15,7 +14,7 @@ spec:
kind: HelmRepository
name: prometheus-community.github.io-helm-charts
namespace: kommander-flux
version: 3.4.0
version: 3.4.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -28,5 +27,5 @@ spec:
releaseName: prometheus-adapter
valuesFrom:
- kind: ConfigMap
name: prometheus-adapter-3.4.0-d2iq-defaults
name: prometheus-adapter-3.4.2-d2iq-defaults
targetNamespace: ${releaseNamespace}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# deployment; here we select for deployments with the "app" label but without the newly added
# "app.kubernetes.io/name" label, to delete. This ensures a newly-created prometheus-adapter deployment does
# not get deleted.
# The job will also be run pre-install but will be a noop.
---
# The job will also be run pre-install but will be a noop.---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/prometheus-adapter/3.4.0/helmrelease
path: ./services/prometheus-adapter/3.4.2/helmrelease
dependsOn:
- name: prometheus-adapter-pre-upgrade
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/prometheus-adapter/3.4.0/pre-upgrade
path: ./services/prometheus-adapter/3.4.2/pre-upgrade
sourceRef:
kind: GitRepository
name: management
Expand Down

0 comments on commit 4dab745

Please sign in to comment.