Skip to content

Commit

Permalink
feat: Update tag and chart version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai authored Oct 17, 2023
1 parent d4c7faa commit 9eb3590
Show file tree
Hide file tree
Showing 25 changed files with 163 additions and 84 deletions.
4 changes: 2 additions & 2 deletions admin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: orakl-admin
description: orakl network service monitor api
version: 0.1.0
appVersion: 1.0.0
version: 0.1.1
appVersion: 0.1.0
2 changes: 1 addition & 1 deletion admin/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: public.ecr.aws/bisonai/orakl-general
tag: admin.v0.1.0.20230602.0152.74df68c
tag: admin.v0.1.0.20230802.0109.13ce71f

config:
NEXT_PUBLIC_API_BASE_URL: "http://orakl-monitor-api.orakl.svc.cluster.local:8888"
Expand Down
2 changes: 1 addition & 1 deletion aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.14
version: 0.3.15

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion aggregator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: public.ecr.aws/u6t6w0e4/orakl-core #repository url
pullPolicy: IfNotPresent
tag: "v0.3.1.20230712.0827.c373159"
tag: "v0.3.1.20231003.0810.063b2a2"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
image:
repository: public.ecr.aws/bisonai/orakl-api #repository url
pullPolicy: IfNotPresent
tag: "v0.1.0.20230703.0933.ef3b19c"
tag: "v0.1.0.20230920.0750.99c4cdd"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down
Binary file added charts/orakl-admin-0.1.1.tgz
Binary file not shown.
Binary file added charts/orakl-aggregator-0.3.15.tgz
Binary file not shown.
Binary file added charts/orakl-api-0.1.6.tgz
Binary file not shown.
Binary file added charts/orakl-cli-0.1.3.tgz
Binary file not shown.
Binary file added charts/orakl-fetcher-0.1.5.tgz
Binary file not shown.
Binary file added charts/orakl-monitor-api-0.1.6.tgz
Binary file not shown.
Binary file added charts/orakl-request-response-0.3.13.tgz
Binary file not shown.
Binary file added charts/orakl-vrf-0.3.9.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: orakl-cli
description: A Helm chart for Kubernetes
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.6.0"
2 changes: 1 addition & 1 deletion cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
image:
repository: public.ecr.aws/u6t6w0e4/orakl-cli
pullPolicy: IfNotPresent
tag: "v0.6.0.20230613.0106.de75a96"
tag: "v0.6.0.20230920.0750.99c4cdd"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions fetcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.0.1"
2 changes: 1 addition & 1 deletion fetcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
image:
repository: public.ecr.aws/u6t6w0e4/orakl-fetcher #repository url
pullPolicy: IfNotPresent
tag: "v0.0.1.20230823.0120.6c98e95"
tag: "v0.0.1.20230920.0750.99c4cdd"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down
Loading

0 comments on commit 9eb3590

Please sign in to comment.