Skip to content

Commit

Permalink
handle 'imagePullSecrets' equal in all Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Nov 3, 2023
1 parent cbb0cf9 commit d697784
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| extraInitContainers | list | `[]` | Extra init containers that are executed before starting the main container - name: do-something image: busybox command: ['do', 'something'] |
| extraVolumeMounts | list | `[]` | Extra volume mounts - name: extras mountPath: /usr/share/extras readOnly: true |
| extraVolumes | list | `[]` | Exta volumes that should be mounted. - name: extras emptyDir: {} |
| fullnameOverride | string | `""` | |
| fullnameOverride | string | `""` | Overwrites full workload name. As default, the workload name is release name + '-' + Chart name. |
| global.apigwHealthPort | int | `5555` | Port for health check for kibana startup, must same value as apigwAdminPort |
| global.apigwHealthProtocol | string | `"http"` | Protocol for health check for kibana startup, must be http / https |
| global.apigwHealthService | string | `"apigw-admin-svc"` | Service name for health check for kibana startup, must same value as apigwAdminService |
Expand Down Expand Up @@ -227,7 +227,7 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| metering.serverUrl | string | `"https://metering.softwareag.cloud/api/measurements"` | The URL of the metering aggregator server REST API. |
| metering.trustStoreFile | string | `nil` | The absolute path to the metering client truststore that is used for HTTPS connections. Add this value in any of the following cases: *If you use the Software AG Metering Server on premises (via HTTPS) and the certificates in the truststore do not match the certificates configured in Software AG Runtime (CTP). *If you use a metering proxy that terminates the SSL connection to the Metering Server in Software AG Cloud. |
| metering.trustStorePassword | string | `nil` | The password for the metering client truststore. Configure this property only if you use a truststore. |
| nameOverride | string | `""` | |
| nameOverride | string | `""` | Overwrites Chart name of release name in workload name. As default, the workload name is release name + '-' + Chart name. The workload name is at the end release name + '-' + value of `nameOverride`. |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
Expand Down
4 changes: 2 additions & 2 deletions developerportal/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ helm install webmethods/developerportal devportal
| extraInitContainers | list | `[]` | Extra init containers that are executed before starting the main container |
| extraVolumeMounts | list | `[]` | Extra volume mounts |
| extraVolumes | list | `[]` | Exta volumes that should be mounted. |
| fullnameOverride | string | `""` | |
| fullnameOverride | string | `""` | Overwrites full workload name. As default, the workload name is release name + '-' + Chart name. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"sagcr.azurecr.io/devportal"` | The repository for the image. By default, this points to the Software AG container repository. Change this for air-gapped installations or custom images. For the Software AG container repository you need to have a valid access token stored as registry credentials |
| image.tag | string | `"10.15"` | The image tag of the apigateway image default this will be the latest version. For realworld scenarios SAG recommends to use a specific version to not accidently change production versions with newer images. |
Expand All @@ -95,7 +95,7 @@ helm install webmethods/developerportal devportal
| ingress.hosts[0].paths[0].port | int | `80` | Port of service |
| ingress.tls | list | `[]` | TLS of Ingress |
| lifecycle | object | `{}` | lifecycle hooks to execute on preStop / postStart,... |
| nameOverride | string | `""` | |
| nameOverride | string | `""` | Overwrites Chart name of release name in workload name. As default, the workload name is release name + '-' + Chart name. The workload name is at the end release name + '-' + value of `nameOverride`. |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion microservicesruntime/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ helm install wm-msr webmethods/microservicesruntime \
| image.pullPolicy | string | `"IfNotPresent"` | Pull with policy |
| image.repository | string | `"sagcr.azurecr.io/webmethods-microservicesruntime"` | Pull this image. Default is MSR from [Software AG Container Registry](https://containers.softwareag.com) |
| image.tag | string | `"10.15"` | The default value pulls latest. In PROD it is recommended to use a specific fix level. |
| imagePullSecrets | list | `["regcred"]` | Secret list to pull image from repository |
| imagePullSecrets | list | `[{"name":"regcred"}]` | Image pull secret reference. By default looks for `regcred`. |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.defaultHostname | string | `"msr.mydomain.com"` | |
Expand Down
6 changes: 3 additions & 3 deletions mywebmethodsserver/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ helm install wm-mws microservicesruntime
| extraInitContainers | list | `[]` | Extra init containers that are executed before starting the main container - name: do-something image: busybox command: ['do', 'something'] |
| extraVolumeClaimTemplates | list | `[]` | Exta volumes that should be mounted. Example: - metadata: name: shared-volume spec: accessModes: ["ReadWriteMany"] storageClassName: nfs resources: requests: storage: 10 |
| extraVolumeMounts | list | `[]` | Extra volume mounts - name: extras mountPath: /usr/share/extras readOnly: true |
| fullnameOverride | string | `""` | |
| fullnameOverride | string | `""` | Overwrites full workload name. As default, the workload name is release name + '-' + Chart name. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"mywebmethodsserver"` | The image name / location of the custom MyWebmethodsRepository |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| imagePullSecrets | list | `[{"name":"regcred"}]` | Image pull secret reference. By default looks for `regcred`. |
| ingress | object | `{"annotations":{},"className":"","defaultHostname":"msr.mydomain.com","enabled":true,"hosts":[{"host":"","paths":[{"path":"/","pathType":"Prefix","port":8585}]}],"tls":[]}` | Ingress Settings |
| ingress.enabled | bool | `true` | Enables deployment of an ingress |
| ingress.hosts[0] | object | `{"host":"","paths":[{"path":"/","pathType":"Prefix","port":8585}]}` | Hostname of Ingress. By default the defaultHostname is used. For more complex rules or addtional hosts, you will need to overwrite this section. |
Expand All @@ -74,7 +74,7 @@ helm install wm-mws microservicesruntime
| mws.jdbc.type | string | `"postgresql"` | The type of database used by the server instance. Valid values are: *ms - Microsoft SQL Server *oracle - Oracle *db2 - DB2 *mysqlee - MySQL Enterprise Edition *mysqlce - MySQL Community Edition *postgresql - PostgreSQL |
| mws.jdbc.user | string | `nil` | The user name to use when connecting to the My webMethods Server database. If user and password are provided a secret will automatically generated initially. E.g. helm install webmethods/mywebmethodsserver mws --set mws.jdbc.user=mwsuser --set mws.jdbc.password=mydbpassword Do not save this information in a plain value file, use --set and reference it from an environment variable, or setup manually |
| mws.secretName | string | `nil` | The secret name containing user and password for the JDBC connection By default the secret name contains of the full name + "-mws-secret". Provide a value if you setup a secret manually. Example: kubectl create secret mws-secret --from-literal=user=mwsuser --from-literal=password=mypassword and use "secretName: mws-secret" in your values file |
| nameOverride | string | `""` | |
| nameOverride | string | `""` | Overwrites Chart name of release name in workload name. As default, the workload name is release name + '-' + Chart name. The workload name is at the end release name + '-' + value of `nameOverride`. |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion universalmessaging/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ helm install um webmethods/universalmessaging
| image.pullPolicy | string | `"Always"` | Pull with policy |
| image.repository | string | `"sagcr.azurecr.io/universalmessaging-server"` | Pull this image. Default is UM from [Software AG Container Registry](https://containers.softwareag.com) |
| image.tag | string | `"10.15"` | The default value pulls latest. In PROD it is recommended to use a specific fix level. |
| imagePullSecrets | list | `["regcred"]` | Secret list to pull image from repository |
| imagePullSecrets | list | `[{"name":"regcred"}]` | Image pull secret reference. By default looks for `regcred`. |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.defaultHostname | string | `"um.mydomain.com"` | |
Expand Down

0 comments on commit d697784

Please sign in to comment.