Skip to content

Commit

Permalink
fix: ensure nightly artifacts use proper tag (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Holaday <40547442+TristanHoladay@users.noreply.github.com>
  • Loading branch information
UncleGedd and TristanHoladay committed Aug 10, 2024
1 parent f5d1a35 commit cb05f2c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Publish
run: |
uds run build:publish-uds-runtime --set REF=nightly-unstable --set DIR=hack
uds run build:publish-uds-runtime --set REF=nightly-unstable --set DIR=hack/nightly
- name: Update nightly-unstable tag
env:
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
selector:
app: uds-runtime
host: runtime
gateway: admin
gateway: {{ .Values.package.gateway }}
port: 8080
targetPort: 8080
allow:
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ image:
tag: 0.1.0
# x-release-please-end
pullPolicy: Always
package:
gateway: admin
4 changes: 4 additions & 0 deletions hack/nightly/nightly-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
image:
tag: nightly-unstable
package:
gateway: tenant
4 changes: 3 additions & 1 deletion hack/zarf.yaml → hack/nightly/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ components:
- ghcr.io/defenseunicorns/uds-runtime:nightly-unstable
charts:
- name: uds-runtime
localPath: ../chart
localPath: ../../chart
namespace: uds-runtime
version: 0.1.0
valuesFiles:
- nightly-values.yaml

0 comments on commit cb05f2c

Please sign in to comment.