mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[pod-gateway]: Proper default tags in webhook deployment
This commit is contained in:
parent
509bc55eec
commit
cc371396eb
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user