This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
When we will be releasing the next release for ApplicationSet controller? @jgwest @OmerKahani |
Beta Was this translation helpful? Give feedback.
Answered by
jgwest
May 4, 2021
Replies: 1 comment 7 replies
-
Hi @mksha, we will tend to release at least as often as Argo CD, whose next release can be tracked in Argo CD v2.1 milestone. We do have the option of releasing sooner, based on the quantity of contributions and if we feel the release is sufficiently stable. In the mean time, folks can build and host their own images like so: # Clone the ApplicationSet repo, and checkout the desired commit.
# Build and push the image
IMAGE_NAMESPACE='(your-quay.io or docker hub-username)' CONTAINER_REGISTRY='(quay.io or dockerio.io)' IMAGE_TAG='(version)' image-push
# Example: IMAGE_NAMESPACE=jgwest-redhat CONTAINER_REGISTRY=quay.io IMAGE_TAG=latest image-push
kubectl apply -f manifest/install.yaml |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
jgwest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mksha, we will tend to release at least as often as Argo CD, whose next release can be tracked in Argo CD v2.1 milestone. We do have the option of releasing sooner, based on the quantity of contributions and if we feel the release is sufficiently stable.
In the mean time, folks can build and host their own images like so: