Skip to content

Commit

Permalink
Allow custom repo for kubectl container on unistall.yaml (#84)
Browse files Browse the repository at this point in the history
* Allow custom repo for kubectl container on unistall.yaml

* Bump chart version
  • Loading branch information
FaniD committed Jun 21, 2022
1 parent 44e115e commit d3c8eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/designate-certmanager-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "0.2.18"
description: ACME webhook Implementation for OpenStack Designate
name: designate-certmanager-webhook
version: "0.3.0"
version: "0.3.1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: {{ include "designate-certmanager-webhook.fullname" . }}
containers:
- name: remove-apiservice
image: bitnami/kubectl:latest
image: "{{ .Values.image.kubectl.repository }}:{{ .Values.image.kubectl.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- kubectl
Expand Down

0 comments on commit d3c8eda

Please sign in to comment.