Skip to content

Commit

Permalink
Merge pull request #138 from humio/grant/release_operator_0.0.7
Browse files Browse the repository at this point in the history
Bump operator version to 0.0.7
  • Loading branch information
schofield authored Aug 6, 2020
2 parents 5f7b5a2 + deed96b commit 17c31d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/humiocluster/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func constructPod(hc *corev1alpha1.HumioCluster, humioNodeName string, attachmen
InitContainers: []corev1.Container{
{
Name: "zookeeper-prefix",
Image: "humio/humio-operator-helper:0.0.3",
Image: "humio/humio-operator-helper:0.0.7",
Env: []corev1.EnvVar{
{
Name: "MODE",
Expand Down Expand Up @@ -137,7 +137,7 @@ func constructPod(hc *corev1alpha1.HumioCluster, humioNodeName string, attachmen
Containers: []corev1.Container{
{
Name: "auth",
Image: "humio/humio-operator-helper:0.0.3",
Image: "humio/humio-operator-helper:0.0.7",
Env: []corev1.EnvVar{
{
Name: "NAMESPACE",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package version

var (
Version = "0.0.6"
Version = "0.0.7"
)

0 comments on commit 17c31d4

Please sign in to comment.