File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : k8s-image-swapper
33description : Mirror images into your own registry and swap image references automatically.
44type : application
5- version : 1.0.2
5+ version : 1.0.3
66appVersion : 1.1.0
77home : https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
88keywords :
@@ -15,7 +15,7 @@ maintainers:
1515 name : estahn
1616annotations :
1717 artifacthub.io/changes : |
18- - "allow to modify hostnetwork spec definition in deployment "
18+ - "allow to modify container port "
1919 artifacthub.io/images : |
2020 - name: k8s-image-webhook
2121 image: ghcr.io/estahn/k8s-image-swapper:1.1.0
Original file line number Diff line number Diff line change 11# k8s-image-swapper
22
3- ![ Version: 1.0.2 ] ( https://img.shields.io/badge/Version-1.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.1.0] ( https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square )
3+ ![ Version: 1.0.3 ] ( https://img.shields.io/badge/Version-1.0.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.1.0] ( https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square )
44
55Mirror images into your own registry and swap image references automatically.
66
@@ -28,6 +28,7 @@ Mirror images into your own registry and swap image references automatically.
2828| config.source.filters[ 0] .jmespath | string | ` "obj.metadata.namespace == 'kube-system'" ` | |
2929| config.target.aws.accountId | string | ` "12345678" ` | |
3030| config.target.aws.region | string | ` "ap-southeast-2" ` | |
31+ | containerPort | int | ` 8443 ` | |
3132| dev.enabled | bool | ` false ` | |
3233| dev.webhookURL | string | ` "https://xxx.ngrok.io" ` | |
3334| fullnameOverride | string | ` "" ` | |
Original file line number Diff line number Diff line change 5656 - --tls-key-file=/usr/local/certificates/key
5757 ports :
5858 - name : https
59- containerPort : 8443
59+ containerPort : {{ .Values.containerPort }}
6060 protocol : TCP
6161 livenessProbe :
6262 httpGet :
Original file line number Diff line number Diff line change 7171 }
7272 }
7373 },
74+ "containerPort" : {
75+ "type" : " integer"
76+ },
7477 "dev" : {
7578 "type" : " object" ,
7679 "properties" : {
Original file line number Diff line number Diff line change 1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag : " "
1212
13+ containerPort : 8443
14+
1315imagePullSecrets : []
1416nameOverride : " "
1517fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments