Skip to content

Commit

Permalink
chore: Updating images
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jul 23, 2024
1 parent 4e5c236 commit b4a7f92
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest-agent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: v1.6.0
# 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: v1.4.4-rc.6
appVersion: v1.4.4-rc.10
dependencies:
- name: tracetest-common
version: v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: v1.14.0
# 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: v1.4.4-rc.6
appVersion: v1.4.4-rc.10

dependencies:
- name: tracetest-common
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: v1.13.0
# 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: v1.5.0-rc.8
appVersion: v1.5.0-rc.9
2 changes: 1 addition & 1 deletion charts/tracetest-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ server:

image:
repository: kubeshop/tracetest-core
tag: v1.5.0-rc.8
tag: v1.5.0-rc.9

deployments:
- name: api
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: v1.1.0
# 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: v1.4.3
appVersion: v1.4.5

dependencies:
- name: tracetest-common
Expand Down
3 changes: 2 additions & 1 deletion charts/tracetest-frontend/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ data:
REACT_APP_BASE_API_URL: {{ include "tracetest-common.url" .Values.global.urls.api | quote}}
REACT_APP_ORY_KRATOS_PUBLIC_API_URL: {{ include "tracetest-common.url" .Values.global.urls.auth | quote}}
REACT_APP_AGENT_URL: "{{ .Values.global.urls.agents.domain }}:{{ .Values.global.urls.agents.port }}"
REACT_APP_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web | quote}}
REACT_APP_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web | quote}}
REACT_APP_DISABLE_TELEMETRY: "{{ .Values.global.urls.api }}"
2 changes: 1 addition & 1 deletion charts/tracetest-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
tracetestFrontend:
service:
httpPort: &httpPort 3000

urls:
web:
protocol: "https"
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-monitor-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: v1.2.0
# 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: v1.4.4-rc.6
appVersion: v1.4.4-rc.10
dependencies:
- name: tracetest-common
version: v1.0.0
Expand Down

0 comments on commit b4a7f92

Please sign in to comment.