Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/k8s-image-swapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-image-swapper
description: Mirror images into your own registry and swap image references automatically.
type: application
version: 1.11.0
version: 1.11.1
appVersion: 1.5.10
home: https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
keywords:
Expand All @@ -15,7 +15,7 @@ maintainers:
name: estahn
annotations:
artifacthub.io/changes: |
- "Allow cert-manager certs to be issued by a cluster issuer"
- "Update docs to reflect already available tolerations config for patch jobs"
artifacthub.io/images: |
- name: k8s-image-webhook
image: ghcr.io/estahn/k8s-image-swapper:1.5.10
3 changes: 2 additions & 1 deletion charts/k8s-image-swapper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-image-swapper

![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.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)
![Version: 1.11.1](https://img.shields.io/badge/Version-1.11.1-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)

Mirror images into your own registry and swap image references automatically.

Expand Down Expand Up @@ -62,6 +62,7 @@ Mirror images into your own registry and swap image references automatically.
| patch.podAnnotations | object | `{}` | |
| patch.priorityClassName | string | `""` | |
| patch.resources | object | `{}` | |
| patch.tolerations | list | `[]` | |
| pdb.enabled | bool | `false` | |
| pdb.minAvailable | string | `"1"` | |
| podAnnotations | object | `{}` | |
Expand Down
3 changes: 3 additions & 0 deletions charts/k8s-image-swapper/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@
},
"resources": {
"type": "object"
},
"tolerations": {
"type": "array"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-image-swapper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ patch:
podAnnotations: {}
nodeSelector: {}
resources: {}
tolerations: []

# You can use cert-manager to handle TLS cert creation and putting it into webhook cfg
certmanager:
Expand Down