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 3e794df commit dfb1dea
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions kubernetes-config/overlays/cat4/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: grumpycat
resources:
- ../../base


images:
- name: quay.io/wpernath/grumpycat-melonjs:latest
newName: quay.io/wpernath/grumpycat-melonjs
newTag: v0.6.4
- name: quay.io/wpernath/quarkus-grumpycat:latest
newName: quay.io/wpernath/quarkus-grumpycat
newTag: v0.6.4

# generate a configmap
configMapGenerator:
# Cat - Client ConfigMap, note that the client app runs entirely on the browser,
# so we need to use the external URL of the grumpycat server service
#
- name: client-config
literals:
- APPLICATION_BASESERVERURL=http://cat-server-grumpycat.apps.cat4.ocp.lan/
# Grumpycat Server configmap, just point to the internal service name of the kafka service
- name: server-config
literals:
- KAFKA_BOOTSTRAP_SERVERS=grumpy-kafka-kafka-bootstrap:9092
2 changes: 1 addition & 1 deletion melonjs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.wanja.grumpycat</groupId>
<artifactId>umbrella</artifactId>
<version>0.6.4</version>
<version>0.6.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wanja.grumpycat</groupId>
<artifactId>umbrella</artifactId>
<version>0.6.4</version>
<version>0.6.5</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wanja.grumpycat</groupId>
<artifactId>umbrella</artifactId>
<version>0.6.4</version>
<version>0.6.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit dfb1dea

Please sign in to comment.