home-ops icon indicating copy to clipboard operation
home-ops copied to clipboard

feat(container): update image ghcr.io/k8s-at-home/pod-gateway to v1.7.0

Open chii-bot[bot] opened this issue 3 years ago • 3 comments

This PR contains the following updates:

Package Update Change
ghcr.io/k8s-at-home/pod-gateway minor v1.6.1 -> v1.7.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

chii-bot[bot] avatar Aug 14 '22 01:08 chii-bot[bot]

Path: cluster/apps/ext-gateway/helm-release.yaml

@@ -152,7 +152,7 @@
 initContainers:
 - command:
 - /bin/gateway_init.sh
- image: ghcr.io/k8s-at-home/pod-gateway:v1.6.1
+ image: ghcr.io/k8s-at-home/pod-gateway:v1.7.0
 imagePullPolicy: IfNotPresent
 name: routes
 securityContext:
@@ -163,7 +163,7 @@
 readOnly: true
 containers:
 - name: pod-gateway
- image: "ghcr.io/k8s-at-home/pod-gateway:v1.6.1"
+ image: "ghcr.io/k8s-at-home/pod-gateway:v1.7.0"
 imagePullPolicy: IfNotPresent
 command:
 - /bin/gateway_sidecar.sh
@@ -273,12 +273,12 @@
 - --tls-key-file-path=/tls/tls.key
 - --DNSPolicy=None
 # Init container
- - --initImage=ghcr.io/k8s-at-home/pod-gateway:v1.6.1
+ - --initImage=ghcr.io/k8s-at-home/pod-gateway:v1.7.0
 - --initImagePullPol=IfNotPresent
 - --initCmd=/bin/client_init.sh
 - --initMountPoint=/config
 # Sidecar container
- - --sidecarImage=ghcr.io/k8s-at-home/pod-gateway:v1.6.1
+ - --sidecarImage=ghcr.io/k8s-at-home/pod-gateway:v1.7.0
 - --sidecarImagePullPol=IfNotPresent
 - --sidecarCmd=/bin/client_sidecar.sh
 - --sidecarMountPoint=/config

chii-bot[bot] avatar Aug 14 '22 01:08 chii-bot[bot]

Path: cluster/apps/vpn-gateway/helm-release.yaml

@@ -155,7 +155,7 @@
 initContainers:
 - command:
 - /bin/gateway_init.sh
- image: ghcr.io/k8s-at-home/pod-gateway:v1.6.1@sha256:dcb2d814a4f7dc175f096e5a14035b5afbd2ae5b9e07eb623847a121bd46bca4
+ image: ghcr.io/k8s-at-home/pod-gateway:v1.7.0@sha256:ce4871ccdfb98e8dcb5330125a06954ca3b40d9cff3235fb39ac2ba33feff0ff
 imagePullPolicy: IfNotPresent
 name: routes
 securityContext:
@@ -166,7 +166,7 @@
 readOnly: true
 containers:
 - name: pod-gateway
- image: "ghcr.io/k8s-at-home/pod-gateway:v1.6.1@sha256:dcb2d814a4f7dc175f096e5a14035b5afbd2ae5b9e07eb623847a121bd46bca4"
+ image: "ghcr.io/k8s-at-home/pod-gateway:v1.7.0@sha256:ce4871ccdfb98e8dcb5330125a06954ca3b40d9cff3235fb39ac2ba33feff0ff"
 imagePullPolicy: IfNotPresent
 command:
 - /bin/gateway_sidecar.sh
@@ -286,12 +286,12 @@
 - --tls-key-file-path=/tls/tls.key
 - --DNSPolicy=None
 # Init container
- - --initImage=ghcr.io/k8s-at-home/pod-gateway:v1.6.1@sha256:dcb2d814a4f7dc175f096e5a14035b5afbd2ae5b9e07eb623847a121bd46bca4
+ - --initImage=ghcr.io/k8s-at-home/pod-gateway:v1.7.0@sha256:ce4871ccdfb98e8dcb5330125a06954ca3b40d9cff3235fb39ac2ba33feff0ff
 - --initImagePullPol=IfNotPresent
 - --initCmd=/bin/client_init.sh
 - --initMountPoint=/config
 # Sidecar container
- - --sidecarImage=ghcr.io/k8s-at-home/pod-gateway:v1.6.1@sha256:dcb2d814a4f7dc175f096e5a14035b5afbd2ae5b9e07eb623847a121bd46bca4
+ - --sidecarImage=ghcr.io/k8s-at-home/pod-gateway:v1.7.0@sha256:ce4871ccdfb98e8dcb5330125a06954ca3b40d9cff3235fb39ac2ba33feff0ff
 - --sidecarImagePullPol=IfNotPresent
 - --sidecarCmd=/bin/client_sidecar.sh
 - --sidecarMountPoint=/config

chii-bot[bot] avatar Aug 14 '22 01:08 chii-bot[bot]

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.19s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.32s
✅ YAML prettier 2 0 0.49s
✅ YAML yamllint 2 0 0.15s

See errors details in artifact MegaLinter reports on CI Job page Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

chii-bot[bot] avatar Aug 14 '22 01:08 chii-bot[bot]