Skip to content

Commit 1ae8849

Browse files
committed
Update version to 0.29.0
1 parent ada69b9 commit 1ae8849

File tree

35 files changed

+114
-114
lines changed

35 files changed

+114
-114
lines changed

build/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=master
22+
CORTEX_VERSION=0.29.0
2323

2424
image=$1
2525

build/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=master
22+
CORTEX_VERSION=0.29.0
2323

2424
arg1=${1:-""}
2525
upload="false"

build/push-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
set -euo pipefail
1919

20-
CORTEX_VERSION=master
20+
CORTEX_VERSION=0.29.0
2121

2222
image=$1
2323

charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cortex
33
description: A Helm chart for installing Cortex
44
type: application
5-
version: 0.1.0 # CORTEX_VERSION
6-
appVersion: "master" # CORTEX_VERSION
5+
version: 0.29.0 # CORTEX_VERSION
6+
appVersion: "0.29.0" # CORTEX_VERSION

charts/charts/networking/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: networking
33
description: A Helm chart for setting up Cortex's networking dependencies
44
type: application
5-
version: 0.1.0 # CORTEX_VERSION
6-
appVersion: "master" # CORTEX_VERSION
5+
version: 0.29.0 # CORTEX_VERSION
6+
appVersion: "0.29.0" # CORTEX_VERSION

charts/charts/networking/charts/api-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ global:
186186
hub: quay.io/cortexlabs
187187

188188
# Default tag for Istio images.
189-
tag: master # CORTEX_VERSION
189+
tag: "0.29.0" # CORTEX_VERSION
190190

191191
# Specify image pull policy if default behavior isn't desired.
192192
# Default behavior: latest images will be Always else IfNotPresent.

charts/charts/networking/charts/operator-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ global:
186186
hub: quay.io/cortexlabs
187187

188188
# Default tag for Istio images.
189-
tag: master # CORTEX_VERSION
189+
tag: "0.29.0" # CORTEX_VERSION
190190

191191
# Specify image pull policy if default behavior isn't desired.
192192
# Default behavior: latest images will be Always else IfNotPresent.

charts/charts/networking/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ istio-discovery:
8989
rollingMaxUnavailable: 25%
9090

9191
hub: quay.io/cortexlabs
92-
tag: master # CORTEX_VERSION
92+
tag: "0.29.0" # CORTEX_VERSION
9393

9494
# Can be a full hub/image:tag
9595
image: istio-pilot
@@ -128,7 +128,7 @@ global:
128128
hub: quay.io/cortexlabs
129129

130130
# Default tag for Istio images.
131-
tag: master # CORTEX_VERSION
131+
tag: "0.29.0" # CORTEX_VERSION
132132

133133
# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
134134
# The control plane has different scopes depending on component, but can configure default log level across all components

charts/values.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ cortex:
1111
project: ""
1212

1313
# CORTEX_VERSION
14-
image_operator: quay.io/cortexlabs/operator:master
15-
image_manager: quay.io/cortexlabs/manager:master
16-
image_downloader: quay.io/cortexlabs/downloader:master
17-
image_request_monitor: quay.io/cortexlabs/request-monitor:master
18-
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:master
19-
image_metrics_server: quay.io/cortexlabs/metrics-server:master
20-
image_inferentia: quay.io/cortexlabs/inferentia:master
21-
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:master
22-
image_nvidia: quay.io/cortexlabs/nvidia:master
23-
image_fluent_bit: quay.io/cortexlabs/fluent-bit:master
24-
image_istio_proxy: quay.io/cortexlabs/istio-proxy:master
25-
image_istio_pilot: quay.io/cortexlabs/istio-pilot:master
26-
image_google_pause: quay.io/cortexlabs/pause:master
27-
image_prometheus: quay.io/cortexlabs/prometheus:master
28-
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:master
29-
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:master
30-
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:master
31-
image_grafana: quay.io/cortexlabs/grafana:master
14+
image_operator: quay.io/cortexlabs/operator:0.29.0
15+
image_manager: quay.io/cortexlabs/manager:0.29.0
16+
image_downloader: quay.io/cortexlabs/downloader:0.29.0
17+
image_request_monitor: quay.io/cortexlabs/request-monitor:0.29.0
18+
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.29.0
19+
image_metrics_server: quay.io/cortexlabs/metrics-server:0.29.0
20+
image_inferentia: quay.io/cortexlabs/inferentia:0.29.0
21+
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:0.29.0
22+
image_nvidia: quay.io/cortexlabs/nvidia:0.29.0
23+
image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.29.0
24+
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.29.0
25+
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.29.0
26+
image_google_pause: quay.io/cortexlabs/pause:0.29.0
27+
image_prometheus: quay.io/cortexlabs/prometheus:0.29.0
28+
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.29.0
29+
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.29.0
30+
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.29.0
31+
image_grafana: quay.io/cortexlabs/grafana:0.29.0
3232

3333
networking:
3434
istio-discovery:
3535
pilot:
3636
hub: quay.io/cortexlabs
37-
tag: master # CORTEX_VERSION
37+
tag: "0.29.0" # CORTEX_VERSION
3838

3939
# Can be a full hub/image:tag
4040
image: istio-pilot
@@ -48,7 +48,7 @@ global:
4848
hub: quay.io/cortexlabs
4949

5050
# Default tag for Istio images.
51-
tag: master # CORTEX_VERSION
51+
tag: "0.29.0" # CORTEX_VERSION
5252

5353
proxy:
5454
image: istio-proxy

dev/registry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
CORTEX_VERSION=master
17+
CORTEX_VERSION=0.29.0
1818

1919
set -eo pipefail
2020

0 commit comments

Comments
 (0)