Skip to content

Commit

Permalink
Merge pull request #172 from GlueOps/chore/updates-part-2
Browse files Browse the repository at this point in the history
Chore/updates part 2
  • Loading branch information
venkatamutyala authored Feb 13, 2024
2 parents d735ce1 + 38a7db4 commit 764d1cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/application-kube-prometheus-stack-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
source:
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/charts/crds/crds
targetRevision: kube-prometheus-stack-55.7.0
targetRevision: kube-prometheus-stack-56.6.2
directory:
recurse: true

2 changes: 1 addition & 1 deletion templates/application-kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
source:
repoURL: 'https://prometheus-community.github.io/helm-charts'
chart: kube-prometheus-stack
targetRevision: 55.7.0
targetRevision: 56.6.2
helm:
skipCrds: true
values: |-
Expand Down
2 changes: 2 additions & 0 deletions templates/application-nginx-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
helm:
values: |-
controller:
image:
tag: "v1.9.6"
admissionWebhooks:
enabled: false
replicaCount: {{ .Values.nginx.controller_replica_count }}
Expand Down
2 changes: 1 addition & 1 deletion templates/application-strimzi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
source:
repoURL: 'https://strimzi.io/charts/'
chart: strimzi-kafka-operator
targetRevision: 0.37.0
targetRevision: 0.39.0
helm:
parameters:
- name: watchAnyNamespace
Expand Down

0 comments on commit 764d1cf

Please sign in to comment.