Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bind chart appversion as image tag in values #140

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Oct 29, 2024

No description provided.

Copy link

github-actions bot commented Oct 29, 2024

Changes in Final Manifest

  • manifest.yaml

manifest.yaml

--- a/main/charts/immich/build/manifest.yaml
+++ b/charts/immich/build/manifest.yaml
@@ -10,7 +10,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
     app.kubernetes.io/version: v1.119.0
-    helm.sh/chart: immich-0.8.3
+    helm.sh/chart: immich-0.8.4
   annotations:
 spec:
   type: ClusterIP
@@ -34,7 +34,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
     app.kubernetes.io/version: v1.119.0
-    helm.sh/chart: immich-0.8.3
+    helm.sh/chart: immich-0.8.4
   annotations:
 spec:
   type: ClusterIP
@@ -57,7 +57,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: machine-learning
     app.kubernetes.io/version: v1.119.0
-    helm.sh/chart: immich-0.8.3
+    helm.sh/chart: immich-0.8.4
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -80,7 +80,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-machine-learning
-          image: ghcr.io/immich-app/immich-machine-learning:v1.118.0
+          image: ghcr.io/immich-app/immich-machine-learning:v1.119.0
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME
@@ -135,7 +135,7 @@ metadata:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: server
     app.kubernetes.io/version: v1.119.0
-    helm.sh/chart: immich-0.8.3
+    helm.sh/chart: immich-0.8.4
 spec:
   revisionHistoryLimit: 3
   replicas: 1
@@ -158,7 +158,7 @@ spec:
       enableServiceLinks: true
       containers:
         - name: immich-server
-          image: ghcr.io/immich-app/immich-server:v1.118.0
+          image: ghcr.io/immich-app/immich-server:v1.119.0
           imagePullPolicy: IfNotPresent
           env:
             - name: DB_DATABASE_NAME

See the workflow run

@bo0tzz bo0tzz enabled auto-merge (squash) October 29, 2024 17:33
@bo0tzz bo0tzz merged commit 9b52928 into main Oct 29, 2024
1 check passed
@bo0tzz bo0tzz deleted the fix/chart-appversion-values branch October 29, 2024 17:49
0x0013 pushed a commit to 0x0013/immich-charts that referenced this pull request Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants