Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadG193 committed Jan 28, 2021
1 parent 38e726c commit 1a4398f
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release=v0.11.0
release=v0.12.0
124 changes: 98 additions & 26 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deploy-all-in-one-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ spec:
serviceAccountName: botkube-sa
containers:
- name: botkube
image: "infracloudio/botkube:v0.11.0"
image: "infracloudio/botkube:v0.12.0"
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand All @@ -381,7 +381,7 @@ spec:
value: "info"
# set BotKube release version
- name: BOTKUBE_VERSION
value: v0.11.0
value: v0.12.0
volumes:
- name: config-volume
projected:
Expand Down
4 changes: 2 additions & 2 deletions deploy-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ spec:
serviceAccountName: botkube-sa
containers:
- name: botkube
image: "infracloudio/botkube:v0.11.0"
image: "infracloudio/botkube:v0.12.0"
imagePullPolicy: Always
volumeMounts:
- name: config-volume
Expand All @@ -369,7 +369,7 @@ spec:
value: "info"
# set BotKube release version
- name: BOTKUBE_VERSION
value: v0.11.0
value: v0.12.0
volumes:
- name: config-volume
projected:
Expand Down
4 changes: 2 additions & 2 deletions helm/botkube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: botkube
home: https://www.botkube.io
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
icon: https://www.botkube.io/images/botkube.ico
description: Controller for the BotKube Slack app which helps you monitor your Kubernetes cluster,
debug deployments and run specific checks on resources in the cluster.
Expand Down
2 changes: 1 addition & 1 deletion helm/botkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
## default tag is appVersion from Chart.yaml. If you want to use
## some other tag then it can be specified here
tag: v0.11.0
tag: v0.12.0

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 1a4398f

Please sign in to comment.