[pod-gateway]: Proper default tags in webhook deployment

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-14 16:56:46 +02:00
parent 509bc55eec
commit cc371396eb
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC
2 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.6.0
description: Admision controller to change the default gateway and DNS server of PODs
name: pod-gateway
version: 5.5.0
version: 5.5.1
kubeVersion: ">=1.16.0-0"
keywords:
- pod-gateway
@ -21,7 +21,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `pod-gateway` tag dependency to v1.6.0
- kind: changed
description: Upgraded `gateway-admision-controller` tag dependency to v3.5.0
- kind: fixed
description: Set proper defaults for image tags in webhook deployment.

View File

@ -54,12 +54,12 @@ spec:
- --tls-key-file-path=/tls/tls.key
- --DNSPolicy={{ .Values.DNSPolicy }}
# Init container
- --initImage={{ .Values.image.repository }}:{{ .Values.image.tag }}
- --initImage={{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
- --initImagePullPol={{ .Values.image.pullPolicy }}
- --initCmd=/bin/client_init.sh
- --initMountPoint=/config
# Sidecar container
- --sidecarImage={{ .Values.image.repository }}:{{ .Values.image.tag }}
- --sidecarImage={{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
- --sidecarImagePullPol={{ .Values.image.pullPolicy }}
- --sidecarCmd=/bin/client_sidecar.sh
- --sidecarMountPoint=/config