Skip to content

Commit

Permalink
Update image pull version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed May 31, 2024
1 parent 70965ba commit 0d327cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,12 @@ spec:
- name: log.level
value: debug
name: joylive-injector
image: ghcr.io/jd-opensource/joylive-injector:1.0.0
imagePullPolicy: IfNotPresent
image: ghcr.io/jd-opensource/joylive-injector:latest
imagePullPolicy: Always
args:
- --cert=/etc/kubernetes/ssl/dac.pem
- --key=/etc/kubernetes/ssl/dac-key.pem
- --init-container-image=ghcr.io/jd-opensource/joylive-agent:1.0.0
- --init-container-image=ghcr.io/jd-opensource/joylive-agent:latest
livenessProbe:
httpGet:
scheme: HTTPS
Expand Down
6 changes: 3 additions & 3 deletions deploy/joylive-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ matchLabels:

image:
repository: ghcr.io/jd-opensource/joylive-injector
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.0"
tag: latest

logLevel: debug

containerArgs:
- --cert=/etc/kubernetes/ssl/dac.pem
- --key=/etc/kubernetes/ssl/dac-key.pem
- --init-container-image=ghcr.io/jd-opensource/joylive-agent:1.0.0
- --init-container-image=ghcr.io/jd-opensource/joylive-agent:latest

imagePullSecrets: []
nameOverride: ""
Expand Down
Binary file modified deploy/packages/joylive-webhook-1.0.0.tgz
Binary file not shown.

0 comments on commit 0d327cc

Please sign in to comment.