Skip to content

Commit

Permalink
Merge pull request #33 from cdsap/new_release
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
cdsap authored Mar 21, 2021
2 parents 29f6f02 + b532962 commit 56fe397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package com.cdsap.bagan.generator


object Versions {
const val CHART_EXPERIMENT = "0.1.20"
const val POD_INJECTOR_VERSION = "0.1.20"
const val CHART_EXPERIMENT = "0.1.21"
const val POD_INJECTOR_VERSION = "0.1.21"
const val POD_INJECTOR = "cdsap/bagan-pod-injector:$POD_INJECTOR_VERSION"
const val PATH = ""
const val TEMP_FOLDER = "tmp"
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.1.20"
VERSION="0.1.21"
REGISTRY=""
IMAGE_BAGAN_INIT="cdsap/bagan-init"
IMAGE_BAGAN_POD="cdsap/bagan-pod-injector"
Expand Down

0 comments on commit 56fe397

Please sign in to comment.