jfrog-registry-operator-2.1.1
Release Notes: Version 2.1.1 🚀
We're excited to announce the release of Version 2.1.1 for the JFrog Registry Operator! This update brings a key enhancement for managing your Artifactory instances.
What's New ✨
Subdomain Support in Registry Operator Spec
Added support for defining Artifactory subdomains directly within the registry operator spec.artifactorySubdomains. This allows for more flexible and granular configuration of your Artifactory instances within the operator.
This feature addresses GH-34.
How to Configure 🛠️
Once your operator is in a running state, you can configure the new artifactorySubdomains field, along with existing parameters, in your secretrotator.yaml.
# Uncomment and modify the following lines to enable subdomain support:
# artifactorySubdomains:
# - "https://docker.artifactory.company.com"
# - "https://base-images.artifactory.company.com"
apiVersion: apps.jfrog.com/v1alpha1
kind: SecretRotator
metadata:
labels:
app.kubernetes.io/name: secretrotators.apps.jfrog.com
app.kubernetes.io/instance: secretrotator
app.kubernetes.io/created-by: artifactory-secrets-rotator
name: secretrotator
spec:
artifactorySubdomains:
- "https://docker.artifactory.company.com"
- "https://artifactory.example.artifactory.company.com"
artifactoryUrl: "artifactory.example.com" # Your Artifactory URL
refreshTime: 30m
Also added minor refactoring to the Terraform script and fixed exchangedServiceAccounts the key in master.