Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
[stable/jaeger-operator] Bump version (helm#14557)
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <[email protected]>
Signed-off-by: Andrii Nasinnyk <[email protected]>
  • Loading branch information
batazor authored and anasinnyk committed Jun 29, 2019
1 parent 548332b commit 3461b62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/jaeger-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.7.0
appVersion: 1.12.0
version: 2.7.1
appVersion: 1.12.1
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
source: https://github.com/jaegertracing/jaeger-operator
Expand Down
2 changes: 1 addition & 1 deletion stable/jaeger-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the jaeger-operator cha
| Parameter | Description | Default |
|:------------------------|:------------------------------------------------------------------------------------------------------------|:--------------------------------|
| `image.repository` | Controller container image repository | `jaegertracing/jaeger-operator` |
| `image.tag` | Controller container image tag | `1.12.0` |
| `image.tag` | Controller container image tag | `1.12.1` |
| `image.pullPolicy` | Controller container image pull policy | `IfNotPresent` |
| `rbac.create` | All required roles and rolebindings will be created | `true` |
| `serviceAccount.create` | Service account to use | `true` |
Expand Down
2 changes: 1 addition & 1 deletion stable/jaeger-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: jaegertracing/jaeger-operator
tag: 1.12.0
tag: 1.12.1
pullPolicy: IfNotPresent

rbac:
Expand Down

0 comments on commit 3461b62

Please sign in to comment.