Skip to content

Commit

Permalink
chore: update cluster-dev.yml to use 0.3.0-SNAPSHOT image
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Mar 20, 2024
1 parent 34c6a08 commit 76a42fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
serviceAccountName: jifa-service-account
containers:
- name: main-container
image: eclipsejifa/jifa:latest
image: eclipsejifa/jifa:0.3.0-SNAPSHOT
imagePullPolicy: Always
volumeMounts:
- name: jifa-pv
Expand All @@ -176,7 +176,7 @@ spec:
- --jifa.storage-pvc-name=jifa-pvc
- --jifa.storage-path=/jifa-storage
- --jifa.service-account-name=jifa-service-account
- --jifa.elastic-worker-image=eclipsejifa/jifa:latest
- --jifa.elastic-worker-image=eclipsejifa/jifa:0.3.0-SNAPSHOT
ports:
- name: jifa-port
containerPort: 8102
Expand Down

0 comments on commit 76a42fd

Please sign in to comment.