Skip to content

Commit

Permalink
restored helm values [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Rossi committed Jan 31, 2025
1 parent d44b6b8 commit 91d498f
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-cinque.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-cinque/Containerfile
context: ./app-cinque
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-cinque/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-cinque ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-cinque/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-cinque ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-dieci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-dieci/Containerfile
context: ./app-dieci
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-dieci/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-dieci ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-dieci/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-dieci ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-due.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-due/Containerfile
context: ./app-due
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-due/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-due ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-due/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-due ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-nove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-nove/Containerfile
context: ./app-nove
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-nove/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-nove ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-nove/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-nove ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-otto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-otto/Containerfile
context: ./app-otto
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-otto/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-otto ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-otto/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-otto ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-quattro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-quattro/Containerfile
context: ./app-quattro
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-quattro/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-quattro ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-quattro/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-quattro ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-sei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-sei/Containerfile
context: ./app-sei
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-sei/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-sei ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-sei/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-sei ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-sette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-sette/Containerfile
context: ./app-sette
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-sette/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-sette ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-sette/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-sette ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-tre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-tre/Containerfile
context: ./app-tre
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-tre/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-tre ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-tre/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-tre ./python-chart
4 changes: 2 additions & 2 deletions .github/workflows/app-uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
file: ./app-uno/Containerfile
context: ./app-uno
tags: ${{ secrets.REGISTRY_HOST }}/workshop-milano/python-app:${{ env.COMMIT_SHORT_SHA }}
tags: ${{ secrets.REGISTRY_HOST }}/workshop/python-app:${{ env.COMMIT_SHORT_SHA }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
provenance: false
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Deploy to the Kubernetes cluster
run: |
helm -n workshop-milano upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-uno/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-uno ./python-chart
helm -n workshop upgrade --install --atomic --timeout 2m --cleanup-on-fail -f app-uno/release-values.yaml --set image.tag=${{ env.COMMIT_SHORT_SHA }} app-uno ./python-chart
2 changes: 1 addition & 1 deletion app-dieci/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
2 changes: 1 addition & 1 deletion app-due/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
4 changes: 2 additions & 2 deletions app-nove/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: reevo-hero-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Billy" # Il tuo nome! o di qualcuno che ti è simpatico
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 9000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
2 changes: 1 addition & 1 deletion app-otto/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
4 changes: 2 additions & 2 deletions app-quattro/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: superapp # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
2 changes: 1 addition & 1 deletion app-sei/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
2 changes: 1 addition & 1 deletion app-sette/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
2 changes: 1 addition & 1 deletion app-tre/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down
4 changes: 2 additions & 2 deletions app-uno/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appName: dio-app-ce # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "smerlos" # Il tuo nome! o di qualcuno che ti è simpatico
appName: python-webserver # CHANGEME! lettere minuscole e trattini, no spazi!!
developerName: "Davide" # Il tuo nome! o di qualcuno che ti è simpatico
serverPort: 7000 # A piacere > 1000

# Una volta completata la pipeline di CI/CD, potrai raggiungere il tuo sito web navigando su
Expand Down

0 comments on commit 91d498f

Please sign in to comment.