If you're providing your own imagePullSecrets on the cluster, e.g. when you're pulling images from your own mirroring image registry, you must modify your existing values file.
The imagePullSecrets property that was present in versions 1.1.x has been renamed to the more standard existingImagePullSecrets .
If applicable to you, please perform the following rename in your values file:
For more information on setting up image mirroring, see Mirroring images
Update the region
If you are a customer using the US instance of Soda Cloud, you'll have to configure your Agent setup accordingly. Otherwise you can ignore this section.
In version 1.2.0 we're introducing a soda.cloud.region property, that will be used to determine which registry and Soda Cloud endpoint to use. Possible values are eu and us. When the soda.cloud.region property is not set explicitly, it defaults to the value of eu.
If applicable to you, please perform the following changes in your values file:
The scanlauncher section in the values file has been renamed to scanLauncher.
Please ensure the correct name is used in your values file if you have any configuration values there:
You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.
soda:
apikey:
id: ***
secret: ***
# This is no longer supported
# imagePullSecrets
# - name: my-existing-secret
# Instead, use this!
existingImagePullSecrets
- name: my-existing-secret
soda:
apikey:
id: ***
secret: ***
cloud:
# This also sets the correct endpoint under the covers.
region: "us"
# This can be removed now, as the region property sets this up correctly.
# endpoint: https://cloud.us.soda.io
soda:
apikey:
id: ***
secret: ***
# Rename this ...
# scanLauncher:
# to become
scanLauncher:
existingSecrets:
- soda-agent-secrets