Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update docker.io/nginx docker tag to v1.7.12 - abandoned #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ A Helm chart template for applications
| externalSecret.refreshInterval | string | `"2s"` | RefreshInterval is the amount of time before the values reading again from the SecretStore provider |
| externalSecret.secretStore | object | `{"name":"vault-backend"}` | Global SecretStore for all ExternalSecrets |
| externalSecret.secrets | string | `nil` | Data for the External Secret |
| image | object | `{"args":null,"command":null,"port":8080,"registry":"docker.io","repository":"nginx","tag":"1.0.0"}` | Docker image configuration |
| image | object | `{"args":null,"command":null,"port":8080,"registry":"docker.io","repository":"nginx","tag":"1.7.12@sha256:4ac326b45524ed59ab7a4d48af24b72e539b627e7333061a44e64cd5109b5828"}` | Docker image configuration |
| image.args | string | `nil` | Arguments to pass to the command |
| image.command | string | `nil` | Command to run in the Docker container |
| image.port | int | `8080` | Port the application will listen on (>1024) |
| image.registry | string | `"docker.io"` | Docker registry |
| image.repository | string | `"nginx"` | Docker image repository |
| image.tag | string | `"1.0.0"` | Docker image tag |
| image.tag | string | `"1.7.12@sha256:4ac326b45524ed59ab7a4d48af24b72e539b627e7333061a44e64cd5109b5828"` | Docker image tag |
| ingress | object | `{"annotations":null,"enabled":false,"entries":null}` | Ingress configuration |
| ingress.annotations | string | `nil` | Annotations for the Ingress |
| ingress.enabled | bool | `false` | Whether to create an Ingress |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
# -- Docker image repository
repository: nginx
# -- Docker image tag
tag: 1.0.0
tag: 1.7.12@sha256:4ac326b45524ed59ab7a4d48af24b72e539b627e7333061a44e64cd5109b5828
# -- Command to run in the Docker container
command:
# - /bin/bash
Expand Down