Skip to content

Commit

Permalink
promote: example-dlq-service-pr-62 208abd080d58e8cbd60c66fd06f1060343…
Browse files Browse the repository at this point in the history
…8d0dd7
  • Loading branch information
github-actions[bot] committed Nov 25, 2022
1 parent 2383db1 commit ac9ace6
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions helm/templates/example-dlq-service-pr-62.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
# Source: example-dlq-service/templates/app.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-dlq-service-pr-62-preview-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: example-preview-envs
source:
path: helm
repoURL: https://github.com/cloudnativeentrepreneur/example-dlq-service.git
targetRevision: renovate/lint-staged-13.x
helm:
version: v3
values: |
image:
tag: pr-62-208abd080d58e8cbd60c66fd06f10603438d0dd7
destination:
namespace: example-dlq-service-pr-62-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true
syncOptions:
- CreateNamespace=true
---
# Source: example-dlq-service/templates/environment.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-dlq-service-pr-62-preview-environment
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: example-preview-envs
source:
path: helm
repoURL: https://github.com/cloudnativeentrepreneur/environment.git
targetRevision: v0.2.0
helm:
version: v3
destination:
namespace: example-dlq-service-pr-62-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true

0 comments on commit ac9ace6

Please sign in to comment.