Skip to content

Commit

Permalink
feat: add a root less image
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrovYa committed Feb 8, 2024
1 parent f14c557 commit 4b28710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/kubernetes-stateful-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Checkout the [release.json](release.json) for details about where the chart is h
| `include` | Includes/Excludes the configurations for this application | `true` |
| `name` | Application name | `""` |
| `image.registry` | URL of the container registry | `docker.io` |
| `image.repository` | URL of the container repository | `hashicorp/demo-webapp` |
| `image.tag` | Image version | `v3` |
| `image.repository` | URL of the container repository | `bitnami/nginx` |
| `image.tag` | Image version | `1.24.0-debian-11-r159` |
| `image.pullPolicy` | Pull policy of the container image | `Always` |
| `image.pullSecrets` | Registry credentials. Specify not the credentials but the corresponding secrets | `[]` |
| `entrypoint` | Provide arguments to the entrypoint of the application. | `[]` |
Expand Down
4 changes: 2 additions & 2 deletions charts/kubernetes-stateful-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"repository": {
"type": "string",
"description": "URL of the container repository",
"default": "hashicorp/demo-webapp"
"default": "bitnami/nginx"
},
"tag": {
"type": "string",
"description": "Image version",
"default": "v3"
"default": "1.24.0-debian-11-r159"
},
"pullPolicy": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions charts/kubernetes-stateful-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ name: ""
##
image:
registry: "docker.io"
repository: "hashicorp/demo-webapp"
tag: "v3"
repository: "bitnami/nginx"
tag: "1.24.0-debian-11-r159"
## imagePullPolicy policy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down

0 comments on commit 4b28710

Please sign in to comment.