Skip to content

Commit

Permalink
#45 Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wpernath committed Feb 9, 2023
1 parent 5ce9e0e commit 4939dd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions kubernetes-config/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ resources:
images:
- name: quay.io/wpernath/grumpycat-melonjs:latest
newName: quay.io/wpernath/grumpycat-melonjs
newTag: v0.6.4
newTag: v0.7.0
- name: quay.io/wpernath/quarkus-grumpycat:latest
newName: quay.io/wpernath/quarkus-grumpycat
newTag: v0.6.4
newTag: v0.7.0
- name: quay.io/wpernath/cat-multiplayer:latest
newName: quay.io/wpernath/cat-multiplayer
newTag: v0.7.0


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

# generate a configmap
configMapGenerator:
Expand Down
2 changes: 1 addition & 1 deletion quarkus-multiplayer/src/main/kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
app: cat-multiplayer
spec:
containers:
- image: quay.io/wpernath/quarkus-grumpycat:latest
- image: quay.io/wpernath/cat-multiplayer:latest
imagePullPolicy: Always
name: cat-multiplayer
envFrom:
Expand Down

0 comments on commit 4939dd6

Please sign in to comment.