Compare commits

..

2 Commits

Author SHA1 Message Date
k8s-at-home[bot]
1cf4fdcfd0 chore: Auto-update chart README [skip ci] 2022-07-14 14:57:25 +00:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
cc371396eb [pod-gateway]: Proper default tags in webhook deployment 2022-07-14 16:56:46 +02:00
3 changed files with 9 additions and 12 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

@@ -1,6 +1,6 @@
# pod-gateway
![Version: 5.5.0](https://img.shields.io/badge/Version-5.5.0-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)
![Version: 5.5.1](https://img.shields.io/badge/Version-5.5.1-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square)
Admision controller to change the default gateway and DNS server of PODs
@@ -132,7 +132,7 @@ certificates. It does not install it as dependency to avoid conflicts.
## Changelog
### Version 5.5.0
### Version 5.5.1
#### Added
@@ -140,12 +140,11 @@ N/A
#### Changed
* Upgraded `pod-gateway` tag dependency to v1.6.0
* Upgraded `gateway-admision-controller` tag dependency to v3.5.0
N/A
#### Fixed
N/A
* Set proper defaults for image tags in webhook deployment.
### Older versions

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