Skip to content

Commit

Permalink
releasing grumpycat v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wpernath committed Apr 26, 2023
1 parent dfb1dea commit e397dba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- catsdb
- zookeeper
- kafka
image: quay.io/wpernath/quarkus-grumpycat:v0.6.4
image: quay.io/wpernath/quarkus-grumpycat:v0.6.5
ports:
- "9001:8080"
restart: always
Expand All @@ -65,7 +65,7 @@ services:
cat-client:
depends_on:
- cat-server
image: quay.io/wpernath/grumpycat-melonjs:v0.6.4
image: quay.io/wpernath/grumpycat-melonjs:v0.6.5
ports:
- "8086:8088"
restart: always
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-config/overlays/cat4/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ resources:
images:
- name: quay.io/wpernath/grumpycat-melonjs:latest
newName: quay.io/wpernath/grumpycat-melonjs
newTag: v0.6.4
newTag: v0.6.5
- name: quay.io/wpernath/quarkus-grumpycat:latest
newName: quay.io/wpernath/quarkus-grumpycat
newTag: v0.6.4
newTag: v0.6.5

# generate a configmap
configMapGenerator:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-config/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ resources:
images:
- name: quay.io/wpernath/grumpycat-melonjs:latest
newName: quay.io/wpernath/grumpycat-melonjs
newTag: v0.6.4
newTag: v0.6.5
- name: quay.io/wpernath/quarkus-grumpycat:latest
newName: quay.io/wpernath/quarkus-grumpycat
newTag: v0.6.4
newTag: v0.6.5

# generate a configmap
configMapGenerator:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-config/overlays/ruby/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ resources:
images:
- name: quay.io/wpernath/grumpycat-melonjs:latest
newName: quay.io/wpernath/grumpycat-melonjs
newTag: v0.6.4
newTag: v0.6.5
- name: quay.io/wpernath/quarkus-grumpycat:latest
newName: quay.io/wpernath/quarkus-grumpycat
newTag: v0.6.4
newTag: v0.6.5

# generate a configmap
configMapGenerator:
Expand Down

0 comments on commit e397dba

Please sign in to comment.