Skip to content

Commit

Permalink
Merge pull request #393 from vshn/update-apiserver-dep
Browse files Browse the repository at this point in the history
Update apiserver dependency
  • Loading branch information
zugao authored Jun 28, 2024
2 parents e3cb446 + d7cec9d commit e75933f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ parameters:
apiserver:
registry: ghcr.io
repository: vshn/appcat-apiserver
tag: v0.1.6
tag: v0.1.7
functionAppcat:
registry: ${appcat:images:appcat:registry}
repository: ${appcat:images:appcat:repository}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
image: ghcr.io/vshn/appcat-apiserver:v0.1.7
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
image: ghcr.io/vshn/appcat-apiserver:v0.1.7
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
envFrom:
- configMapRef:
name: apiserver-envs
image: ghcr.io/vshn/appcat-apiserver:v0.1.6
image: ghcr.io/vshn/appcat-apiserver:v0.1.7
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit e75933f

Please sign in to comment.