Skip to content

Commit

Permalink
Merge branch 'development' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Apr 22, 2024
2 parents 93f9a2f + 994423b commit dbbabf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
name: Update Kubernetes resources for production
run: |
cd kustomize/overlays/production
kustomize edit set image nadedb=ghcr.io/brigadasos/nadedb:$GITHUB_REF_NAME
kustomize edit set image brigadasos-db=ghcr.io/brigadasos/nadedb:$GITHUB_REF_NAME
cat kustomization.yaml
- name: Commit files
Expand Down
3 changes: 3 additions & 0 deletions kustomize/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ resources:
# - ../../base
namespace: nadedb-dev
images:
- name: brigadasos-dev-db
newName: ghcr.io/brigadasos/nadedb
newTag: v0.9.2-1
- name: nadedb
newName: ghcr.io/brigadasos/nadedb
newTag: v0.9.1-4

0 comments on commit dbbabf7

Please sign in to comment.