Skip to content

Commit

Permalink
chore(deps): update docker.io/devopsfaith/krakend docker tag to v2.4.3 (
Browse files Browse the repository at this point in the history
#66)

* chore(deps): update docker.io/devopsfaith/krakend docker tag to v2.4.3

* helm-docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
renovate[bot] and sfunkhouser authored Aug 30, 2023
1 parent c1094e2 commit 9285812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ please refer to [the official krakend documentation](https://www.krakend.io/docs
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy to use |
| image.registry | string | `"docker.io"` | The image registry to use |
| image.repository | string | `"devopsfaith/krakend"` | The image repository to use |
| image.tag | string | `"2.3.3"` | The image tag to use |
| image.tag | string | `"2.4.3"` | The image tag to use |
| imagePullSecrets | list | `[]` | List of secrets containing the credentials to use for the image |
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | The ingress settings to use for the krakend ingress |
| ingress.annotations | object | `{}` | The annotations to use for the ingress |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
# -- The image repository to use
repository: devopsfaith/krakend
# -- The image tag to use
tag: "2.3.3"
tag: "2.4.3"
# -- The image pull policy to use
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9285812

Please sign in to comment.