Skip to content

Commit

Permalink
[ENH] add image tags to db migration jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jun 26, 2024
1 parent e37a24c commit 98b2425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/distributed-chroma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: distributed-chroma
description: A helm chart for distributed Chroma
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.4.23"
keywords:
- chroma
Expand Down
2 changes: 1 addition & 1 deletion k8s/distributed-chroma/templates/log-migration.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: logservice-migration
name: logservice-migration-{{ .Values.logServiceMigration.image.tag }}
namespace: {{ .Values.namespace }}
annotations:
{{ range .Values.sysdbMigration.annotations }}
Expand Down
2 changes: 1 addition & 1 deletion k8s/distributed-chroma/templates/sysdb-migration.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: sysdb-migration
name: sysdb-migration-{{ .Values.sysdbMigration.image.tag }}
namespace: {{ .Values.namespace }}
annotations:
{{ range .Values.sysdbMigration.annotations }}
Expand Down

0 comments on commit 98b2425

Please sign in to comment.