chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

feat(helm): update chart k8s-gateway to 2.4.0 #62

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
k8s-gateway minor 2.3.0 -> 2.4.0

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 8 months ago
--- kubernetes/apps/network/k8s-gateway/app Kustomization: flux-system/k8s-gateway HelmRelease: network/k8s-gateway

+++ kubernetes/apps/network/k8s-gateway/app Kustomization: flux-system/k8s-gateway HelmRelease: network/k8s-gateway

@@ -13,13 +13,13 @@

     spec:
       chart: k8s-gateway
       sourceRef:
         kind: HelmRepository
         name: k8s-gateway
         namespace: flux-system
-      version: 2.3.0
+      version: 2.4.0
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false
github-actions[bot] commented 8 months ago
--- HelmRelease: network/k8s-gateway Deployment: network/k8s-gateway

+++ HelmRelease: network/k8s-gateway Deployment: network/k8s-gateway

@@ -15,12 +15,13 @@

       app.kubernetes.io/instance: k8s-gateway
   template:
     metadata:
       labels:
         app.kubernetes.io/name: k8s-gateway
         app.kubernetes.io/instance: k8s-gateway
+        app.kubernetes.io/managed-by: Helm
     spec:
       serviceAccountName: k8s-gateway
       containers:
       - name: k8s-gateway
         image: quay.io/oriedge/k8s_gateway:v0.4.0
         imagePullPolicy: IfNotPresent