Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
87734534
Commit
87734534
authored
Oct 06, 2021
by
Vineeth Guna [Microsoft]
Browse files
Moved azure managed container image version to values file
parent
51267b12
Pipeline
#70281
passed with stages
in 1 minute and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config.yaml
View file @
87734534
...
...
@@ -22,7 +22,9 @@ logAnalytics:
image
:
repository
:
#{container-registry}#.azurecr.io
branch
:
#{ENVIRONMENT_NAME}#
tag
:
#{Build.SourceVersion}#
version
:
airflow_statsd
:
#{Build.SourceVersion}#
airflow_log_processor
:
#{Build.SourceVersion}#
airflowLogin
:
name
:
admin
...
...
charts/airflow/templates/appinsights-statsd/appinsight-statsd-deployment.yaml
View file @
87734534
...
...
@@ -30,7 +30,7 @@ spec:
spec
:
containers
:
-
name
:
appinsights-statsd
image
:
{{
.Values.image.repository
}}
/airflow-statsd-{{ .Values.image.branch }}:{{ .Values.image.
tag
| default .Chart.AppVersion }}
image
:
{{
.Values.image.repository
}}
/airflow-statsd-{{ .Values.image.branch }}:{{ .Values.image.
version.airflow_statsd
| default .Chart.AppVersion }}
imagePullPolicy
:
Always
command
:
[
"
node"
]
args
:
[
"
/usr/src/app/statsd/stats.js"
,
"
/usr/src/app/statsd/backends/config/appinsightsconfig.js"
]
...
...
charts/airflow/templates/logging/logprocessor-deployment.yaml
View file @
87734534
...
...
@@ -19,7 +19,7 @@ spec:
spec
:
containers
:
-
name
:
airflow-log-processor
image
:
{{
.Values.image.repository
}}
/airflow-function-{{ .Values.image.branch }}:{{ .Values.image.
tag
| default .Chart.AppVersion }}
image
:
{{
.Values.image.repository
}}
/airflow-function-{{ .Values.image.branch }}:{{ .Values.image.
version.airflow_log_processor
| default .Chart.AppVersion }}
imagePullPolicy
:
Always
env
:
-
name
:
AzureFunctionsJobHost__functions__0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment