Skip to content

Commit

Permalink
Update helm-crd version (#356)
Browse files Browse the repository at this point in the history
Fixes #345
  • Loading branch information
andresmgot authored Jun 8, 2018
1 parent b1c599a commit adc7e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/helm-crd.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local controllerOverlay = {
containers+: [
kube.Container("controller") {
name: "controller",
image: "bitnami/helm-crd-controller:v0.4.0",
image: "bitnami/helm-crd-controller:v0.4.1",
securityContext: {
readOnlyRootFilesystem: true,
},
Expand Down

0 comments on commit adc7e48

Please sign in to comment.