mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[pod-gateway]: Bump image versions (#1688)
* [pod-gateway]: Bump image versions
This commit is contained in:
parent
8d77a215aa
commit
d0bc990f67
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.2.6
|
appVersion: v1.6.0
|
||||||
description: Admision controller to change the default gateway and DNS server of PODs
|
description: Admision controller to change the default gateway and DNS server of PODs
|
||||||
name: pod-gateway
|
name: pod-gateway
|
||||||
version: 5.4.2
|
version: 5.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- pod-gateway
|
- pod-gateway
|
||||||
@ -22,4 +22,6 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version 4.4.2
|
description: Upgraded `pod-gateway` tag dependency to v1.6.0
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `gateway-admision-controller` tag dependency to v3.5.0
|
||||||
|
@ -32,7 +32,7 @@ initContainers:
|
|||||||
routes:
|
routes:
|
||||||
name: "routes"
|
name: "routes"
|
||||||
# -- Image for the init container
|
# -- Image for the init container
|
||||||
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
|
||||||
# -- Will be set automatically
|
# -- Will be set automatically
|
||||||
# @default -- <image.pullPolicy>
|
# @default -- <image.pullPolicy>
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
|
@ -11,7 +11,8 @@ image:
|
|||||||
# -- image pull policy of the gateway and inserted helper cotainers
|
# -- image pull policy of the gateway and inserted helper cotainers
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag of the gateway and inserted helper containers
|
# -- image tag of the gateway and inserted helper containers
|
||||||
tag: v1.2.6
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
|
|
||||||
# -- IP address of the DNS server within the vxlan tunnel.
|
# -- IP address of the DNS server within the vxlan tunnel.
|
||||||
# All mutated PODs will get this as their DNS server.
|
# All mutated PODs will get this as their DNS server.
|
||||||
@ -110,7 +111,7 @@ webhook:
|
|||||||
# -- image pullPolicy of the webhook
|
# -- image pullPolicy of the webhook
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag of the webhook
|
# -- image tag of the webhook
|
||||||
tag: v3.3.2
|
tag: v3.5.0
|
||||||
|
|
||||||
# -- number of webhook instances to deploy
|
# -- number of webhook instances to deploy
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user