migration: transfer the repo ownership

This commit is contained in:
Nikolai Rodionov
2023-02-26 07:27:44 +01:00
parent 6a2ebc2ba4
commit c1b7262a14
9 changed files with 45 additions and 15 deletions

View File

@ -10,7 +10,9 @@ spec:
- name: application
app: badhouseplants
branch: main
chart_version: 0.3.8
chart_version: 0.3.9
repo_url: https://git.badhouseplants.net/api/packages/badhouseplants/helm
value: |
template:
metadata:
name: "{{ app }}-{{ name }}"
@ -25,7 +27,7 @@ spec:
valueFiles:
- values.yaml
values: "{{ value }}"
repoURL: https://git.badhouseplants.net/api/packages/allanger/helm
repoURL: "{{ repo_url }}"
targetRevision: "{{ chart_version }}"
chart: badhouseplants-net
destination:

View File

@ -2,6 +2,7 @@
app: badhouseplants
branch: $ARGO_APP_BRANCH
chart_version: $ARGO_APP_CHART_VERSION
repo_url: https://git.badhouseplants.net/api/packages/badhouseplants/helm
value: |
hugo:
image:

View File

@ -3,6 +3,7 @@
branch: $ARGO_APP_BRANCH
commit_sha: $ARGO_APP_IMAGE_TAG
chart_version: $ARGO_APP_CHART_VERSION
repo_url: https://git.badhouseplants.net/api/packages/badhouseplants/helm
value: |
namespace:
name: badhouseplants-$ARGO_APP_BRANCH