Skip to content

Commit

Permalink
Merge pull request #384 from vshn/APIServerFix
Browse files Browse the repository at this point in the history
Update Apiserver image tag
  • Loading branch information
wejdross authored Jun 17, 2024
2 parents ae8d4b7 + 5b437bc commit 7c15a08
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 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.4
tag: v0.1.5
functionAppcat:
registry: ${appcat:images:appcat:registry}
repository: ${appcat:images:appcat:repository}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: appcat
rules:
- apiGroups:
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.4
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: appcat
rules:
- apiGroups:
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.4
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: appcat
rules:
- apiGroups:
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.4
image: ghcr.io/vshn/appcat-apiserver:v0.1.5
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 7c15a08

Please sign in to comment.