-
Hi all, Today i'm trying to integrate argo rollouts using kustomize. unfortunately, the container image is not updated using rollouts.yaml apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
name: testing
spec:
replicas: 0
revisionHistoryLimit: 3
selector:
matchLabels:
app: testing
template:
metadata:
labels:
app: testing
spec:
containers:
- name: testing
image: testing:stable overlays/dev/kustomize.yaml apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
namespace: testing
images:
- name: testing
newTag: latest kubectl version:
with that configuration somehow the imageTag is not changing to thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is documented here https://argoproj.github.io/argo-rollouts/features/kustomize/ |
Beta Was this translation helpful? Give feedback.
It is documented here https://argoproj.github.io/argo-rollouts/features/kustomize/