Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update dependency kiwigrid/k8s-sidecar to v1.19.2 #370

Merged
merged 2 commits into from
Jun 30, 2022
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [BUGFIX] Fix nginx extraContainers to indent correctly #373
* [DEPENDENCY] Update dependency nginx to v1.23 #375
* [DEPENDENCY] Update dependency kiwigrid/k8s-sidecar to v1.19.2 #370

## 1.6.0 / 2022-06-10

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Kubernetes: `^1.19.0-0`
| alertmanager.​sidecar.​folderAnnotation | string | `"k8s-sidecar-target-directory"` | The annotation the sidecar will look for in ConfigMaps and/or Secrets to override the destination folder for files. If the value is a relative path, it will be relative to FOLDER |
| alertmanager.​sidecar.​image.​repository | string | `"kiwigrid/k8s-sidecar"` | |
| alertmanager.​sidecar.​image.​sha | string | `""` | |
| alertmanager.​sidecar.​image.​tag | string | `"1.19.0"` | |
| alertmanager.​sidecar.​image.​tag | string | `"1.19.2"` | |
| alertmanager.​sidecar.​imagePullPolicy | string | `"IfNotPresent"` | |
| alertmanager.​sidecar.​label | string | `"cortex_alertmanager"` | Label that should be used for filtering |
| alertmanager.​sidecar.​labelValue | string | `""` | The value for the label you want to filter your resources on. Don't set a value to filter by any value |
Expand Down Expand Up @@ -759,7 +759,7 @@ Kubernetes: `^1.19.0-0`
| ruler.​sidecar.​folderAnnotation | string | `"k8s-sidecar-target-directory"` | The annotation the sidecar will look for in ConfigMaps and/or Secrets to override the destination folder for files. If the value is a relative path, it will be relative to FOLDER |
| ruler.​sidecar.​image.​repository | string | `"kiwigrid/k8s-sidecar"` | |
| ruler.​sidecar.​image.​sha | string | `""` | |
| ruler.​sidecar.​image.​tag | string | `"1.19.0"` | |
| ruler.​sidecar.​image.​tag | string | `"1.19.2"` | |
| ruler.​sidecar.​imagePullPolicy | string | `"IfNotPresent"` | |
| ruler.​sidecar.​label | string | `"cortex_rules"` | label that the configmaps with rules are marked with |
| ruler.​sidecar.​labelValue | string | `""` | The value for the label you want to filter your resources on. Don't set a value to filter by any value |
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ alertmanager:
enabled: false
image:
repository: kiwigrid/k8s-sidecar
tag: 1.19.0
tag: 1.19.2
sha: ""
imagePullPolicy: IfNotPresent
resources: {}
Expand Down Expand Up @@ -674,7 +674,7 @@ ruler:
enabled: false
image:
repository: kiwigrid/k8s-sidecar
tag: 1.19.0
tag: 1.19.2
sha: ""
imagePullPolicy: IfNotPresent
resources: {}
Expand Down