Compare commits

..

4 Commits

Author SHA1 Message Date
818bd586bd
Added README
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m47s
2025-04-17 13:41:43 +02:00
943af8a03c
Removed test file 2025-04-17 13:41:43 +02:00
76080994ea
Changed name to siranga 2025-04-17 13:41:38 +02:00
68df9af0da
Only push on tags
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m39s
2025-04-17 12:36:12 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -71,10 +71,12 @@ jobs:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }} SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
- name: Kustomize manifests - name: Kustomize manifests
if: gitea.ref_type == 'tag'
run: | run: |
./kustomize build ./manifests | sed "s/\${DIGEST}/${{ steps.build.outputs.digest }}/" > ./manifests.yaml ./kustomize build ./manifests | sed "s/\${DIGEST}/${{ steps.build.outputs.digest }}/" > ./manifests.yaml
- name: Push manifests - name: Push manifests
if: gitea.ref_type == 'tag'
run: | run: |
flux push artifact oci://$OCI_REPO/manifests:latest \ flux push artifact oci://$OCI_REPO/manifests:latest \
--path="./manifests.yaml" \ --path="./manifests.yaml" \

View File

@ -4,7 +4,7 @@ namespace: siranga
resources: resources:
- ./namespace.yaml - ./namespace.yaml
- ./service-user.yaml - ./service-user.yaml
- ./secret-siranga-key.yaml - ./secret-tunnel-key.yaml
- ./deployment.yaml - ./deployment.yaml
- ./service.yaml - ./service.yaml
- ./certificate.yaml - ./certificate.yaml