migration: transfer the repo ownership
This commit is contained in:
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user