Skip to content

Commit

Permalink
fix: bump kubectl image used by cluster-observer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed Jul 14, 2023
1 parent 9cebeb7 commit e3a4af7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
retries: 30
releaseName: ${releaseName}
valuesFrom:
- kind: ConfigMap
name: cluster-observer-1.1.1-d2iq-defaults
- kind: ConfigMap
name: ${valuesFrom}
targetNamespace: ${targetNamespace}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cluster-observer-1.1.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
hooks:
kubectlImage: bitnami/kubectl:1.26.4
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- defaults/cm.yaml
- cluster-observer.yaml

0 comments on commit e3a4af7

Please sign in to comment.