We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00e40f commit 9045d56Copy full SHA for 9045d56
2 files changed
.github/workflows/package.yml
@@ -58,9 +58,9 @@ jobs:
58
run: |
59
60
cd cloud-tmp
61
- python -m yq -Y --indentless --in-place '.image.tag = "${{ github.sha }}"' kubernetes/nanoforge/docs-override.yml
+ python -m yq -Y --indentless --in-place '.image.tag = "${{ github.sha }}"' kubernetes/nanoforge/docs-override.yaml
62
63
- git add kubernetes/nanoforge/docs-override.yml
+ git add kubernetes/nanoforge/docs-override.yaml
64
git commit -m "Update docs image tag to ${{ github.sha }}"
65
git push origin main
66
values.yml values.yamlvalues.yml renamed to values.yaml
@@ -5,5 +5,7 @@ image:
5
tag: b2f8f3a70edb4a286fcc33ef2be96a6eb3ac9f2f
6
imagePullSecret: nanoforge-docker-token
7
routes:
8
-- port: 80
9
- match: Host(`docs.nanoforge.eu`)
+ - port: 80
+ match: Host(`docs.nanoforge.eu`)
10
+ middlewares:
11
+ - name: "404"
0 commit comments