Skip to content
Merged
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
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

apiVersion: v2
version: v3.1.0-alpha1
# renovate: image=docker.io/swaggerapi/petstore
# renovate: image=docker.io/swaggerapi/petstore3
appVersion: 1.0.7
name: swagger-petstore
description: "This is the sample petstore application"
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ helm upgrade --install swagger-petstore oci://ghcr.io/securecodebox/helm/swagger
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
| image.repository | string | `"docker.io/swaggerapi/petstore"` | Container Image |
| image.repository | string | `"docker.io/swaggerapi/petstore3"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ helm upgrade --install swagger-petstore oci://ghcr.io/securecodebox/helm/swagger
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
| image.repository | string | `"docker.io/swaggerapi/petstore"` | Container Image |
| image.repository | string | `"docker.io/swaggerapi/petstore3"` | Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | `[]` | Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
| ingress.annotations | object | `{}` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matches the snapshot:
value: http://swagger-petstore.demo-targets.svc
- name: SWAGGER_URL
value: http://swagger-petstore.demo-targets.svc
image: docker.io/swaggerapi/petstore:0.0.0
image: docker.io/swaggerapi/petstore3:0.0.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 1

image:
# image.repository -- Container Image
repository: docker.io/swaggerapi/petstore
repository: docker.io/swaggerapi/petstore3
# image.tag -- The image tag
# @default -- defaults to the appVersion
tag: null
Expand Down
Loading