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 charts/layer7-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: layer7-operator
description: The Layer7 Operator Helm Chart
type: application
version: 0.2.0
version: 0.2.1
appVersion: "1.3.0"
home: https://github.com/CAAPIM/layer7-operator
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/layer7-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ helm upgrade -i layer7-operator layer7-operator/layer7-operator -n layer7-operat
| `containerSecurityContext` | Layer7 Operator Container Security Context | `{}` |
| `image.registry` | Layer7 Operator image registry | `docker.io` |
| `image.repository` | Layer7 Operator image repository | `caapim/layer7-operator` |
| `image.tag` | Layer7 Operator image tag | `v1.2.2` |
| `image.tag` | Layer7 Operator image tag | `v1.3.0` |
| `image.pullPolicy` | Layer7 Operator image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Layer7 Operator image pull secrets | `[]` |
| `resources.limits.cpu` | The cpu limits for the Layer7 Operator container | `500m` |
Expand Down
2 changes: 1 addition & 1 deletion charts/layer7-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ containerSecurityContext: {}
image:
registry: docker.io
repository: caapim/layer7-operator
tag: v1.2.2
tag: v1.3.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading