11# k8s-image-swapper
22
3- ![ Version: 1.8 .0] ( https://img.shields.io/badge/Version-1.8 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.4.1 ] ( https://img.shields.io/badge/AppVersion-1.4.1 -informational?style=flat-square )
3+ ![ Version: 1.9 .0] ( https://img.shields.io/badge/Version-1.9 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.10 ] ( https://img.shields.io/badge/AppVersion-1.5.10 -informational?style=flat-square )
44
55Mirror images into your own registry and swap image references automatically.
66
@@ -25,7 +25,9 @@ Mirror images into your own registry and swap image references automatically.
2525| awsSecretKeys.accessKeyID | string | ` "aws_access_key_id" ` | If using Hashicorp Vault Operator w/ AWS engine, use ` access_key ` |
2626| awsSecretKeys.secretAccessKey | string | ` "aws_secret_access_key" ` | If using Hashicorp Vault Operator w/ AWS engine, use ` secret_key ` |
2727| awsSecretName | string | ` "" ` | If set, the secret will be used as environment variables, see awsSecretKeys. |
28+ | cacheVolume | object | ` {"emptyDir":{}} ` | The type of volume to be used for caching images |
2829| certmanager.enabled | bool | ` false ` | |
30+ | clusterSuffix | string | ` "cluster.local" ` | The DNS suffix of cluster addresses |
2931| commonLabels | object | ` {} ` | Labels that will be added on all the resources (not in selectors) |
3032| config.dryRun | bool | ` true ` | |
3133| config.logFormat | string | ` "console" ` | |
@@ -73,6 +75,11 @@ Mirror images into your own registry and swap image references automatically.
7375| serviceAccount.annotations | object | ` {} ` | |
7476| serviceAccount.create | bool | ` true ` | |
7577| serviceAccount.name | string | ` "" ` | |
78+ | test.affinity | object | ` {} ` | Set affinity for the test pod |
79+ | test.enabled | bool | ` true ` | Should the test be included with the release |
80+ | test.image | string | ` "busybox" ` | The image to use for running the test |
81+ | test.nodeSelector | object | ` {} ` | Set a node selector for the test pod |
82+ | test.tolerations | list | ` [] ` | Set tolerations for the test pod |
7683| tolerations | list | ` [] ` | |
7784| webhook.failurePolicy | string | ` "Ignore" ` | |
7885| webhook.namespaceSelector | object | ` {} ` | |
0 commit comments