Skip to content

Commit

Permalink
Merge pull request #225 from humio/mike/release_operator_img
Browse files Browse the repository at this point in the history
Release operator image 0.1.0
  • Loading branch information
SaaldjorMike authored Oct 28, 2020
2 parents 5fb2750 + 31d60ab commit 92e7f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.14
0.1.0
2 changes: 1 addition & 1 deletion controllers/humiocluster_pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func constructPod(hc *humiov1alpha1.HumioCluster, humioNodeName string, attachme
productVersion = imageSplit[1]
}
userID := int64(65534)
helperImageTag := "humio/humio-operator-helper:0.0.9"
helperImageTag := "humio/humio-operator-helper:0.1.0"

nodeUUIDPrefix, err := constructNodeUUIDPrefix(hc)
if err != nil {
Expand Down

0 comments on commit 92e7f93

Please sign in to comment.