this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "chore(blog): update image tag to 1.2.3"

This reverts commit c3dd994b393ec2ffc8ecd70a5033c1286bdf67df.

+6 -6
+6 -6
apps/blog.yaml
··· 2 2 kind: Application 3 3 metadata: 4 4 finalizers: 5 - - resources-finalizer.argocd.argoproj.io 5 + - resources-finalizer.argocd.argoproj.io 6 6 name: blog 7 7 spec: 8 8 destination: ··· 14 14 prune: true 15 15 selfHeal: true 16 16 syncOptions: 17 - - CreateNamespace=true 18 - - ApplyOutOfSyncOnly=true 19 - - ServerSideApply=true 17 + - CreateNamespace=true 18 + - ApplyOutOfSyncOnly=true 19 + - ServerSideApply=true 20 20 source: 21 21 repoURL: https://bjw-s-labs.github.io/helm-charts 22 22 chart: app-template ··· 25 25 valuesObject: 26 26 defaultPodOptions: 27 27 labels: 28 - istio.io/dataplane-mode: ambient 28 + "istio.io/dataplane-mode": "ambient" 29 29 controllers: 30 30 main: 31 31 replicas: 2 ··· 34 34 main: 35 35 image: 36 36 repository: docker.io/khuedoan/blog 37 - tag: 1.2.3 37 + tag: 6fbd90b77a81e0bcb330fddaa230feff744a7010 38 38 service: 39 39 main: 40 40 controller: main