Skip to content

Commit

Permalink
Merge branch 'james/helm' of github.com:nycmeshnet/network-map into j…
Browse files Browse the repository at this point in the history
…ames/helm
  • Loading branch information
james-otten committed Sep 18, 2024
2 parents 7821dd2 + 020f499 commit aac3497
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
push_to_registry:
name: Push Docker Image to Docker Hub
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/meshdb'
#if: github.ref == 'refs/heads/meshdb'
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -34,7 +34,8 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: "willnilges/network-map:helm"
#tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deploy_to_dev3:
Expand All @@ -51,4 +52,5 @@ jobs:
with:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/meshdb'
#if: github.ref == 'refs/heads/meshdb'
needs: deploy_to_dev3
4 changes: 2 additions & 2 deletions infra/map/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ map_namespace: "map"
map:
image:
repository: willnilges/network-map
tag: meshdb
tag: helm
pullPolicy: Always
port: 3000

Expand All @@ -34,4 +34,4 @@ nodeSelector: {}

tolerations: []

affinity: {}
affinity: {}

0 comments on commit aac3497

Please sign in to comment.