Skip to content

Commit

Permalink
v1.5.4 manifest data (#1041)
Browse files Browse the repository at this point in the history
Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>

Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic authored Dec 16, 2022
1 parent b77180e commit 780b995
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/kusk/cmd/manifest_data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/kusk/manifests/api_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ spec:
app.kubernetes.io/instance: kusk-gateway-api
spec:
containers:
- image: kubeshop/kusk-gateway-api:v1.5.3
- image: kubeshop/kusk-gateway-api:v1.5.4
imagePullPolicy: Always
name: kusk-gateway-api
- name: kusk-gateway-api-websocket
image: kubeshop/kusk-gateway-api-websocket:v1.5.3
image: kubeshop/kusk-gateway-api-websocket:v1.5.4
imagePullPolicy: Always
args:
- --port=8081
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ patchesStrategicMerge:
images:
- name: kusk-gateway
newName: kubeshop/kusk-gateway
newTag: v1.5.3
newTag: v1.5.4
- name: kusk-gateway:dev
newName: kubeshop/kusk-gateway
newTag: latest

0 comments on commit 780b995

Please sign in to comment.