Skip to content

Commit

Permalink
change image to mongodb-probe-app
Browse files Browse the repository at this point in the history
  • Loading branch information
poblin-orange committed Mar 7, 2025
1 parent 1401e58 commit ae1b343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build with Maven, package as OCI Image with CNB
env:
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-app
run: |
mvn spring-boot:build-image \
-Dspring-boot.build-image.imageName=${DOCKER_IMAGE}:${{ github.sha }} \
Expand All @@ -60,8 +60,8 @@ jobs:
- name: Chart | Push
uses: appany/[email protected]
with:
name: mongodb-probe-chart
repository: mongodb-probe-chart
name: mongodb-probe
repository: mongodb-probe
tag: 0.0.1
path: chart/mongodb-probe # Default charts/{name}
registry: ${{ env.REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion chart/mongodb-probe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: ghcr.io/poblin-orange/mongodb-probe
repository: ghcr.io/poblin-orange/mongodb-probe-app
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit ae1b343

Please sign in to comment.