Skip to content

Commit 524bdb1

Browse files
author
Georg Martin Weber
committed
integration
1 parent ff63dff commit 524bdb1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ jobs:
4444
inputs:
4545
containerregistrytype: 'Container Registry'
4646
dockerRegistryConnection: '${{ parameters.DockerRegistryEndpoint }}'
47-
dockerFile: './images/hull-integrate/Dockerfile'
47+
dockerFile: './images/hull-integration/Dockerfile'
4848
defaultContext: false
49-
context: './images/hull-integrate'
50-
imageName: 'hull/hull-integrate:$(HULL_VSADDON_VERSION)'
49+
context: './images/hull-integration'
50+
imageName: 'hull/hull-integration:$(HULL_VSADDON_VERSION)'
5151

5252
- task: Docker@0
5353
displayName: 'Docker Push'
5454
inputs:
5555
containerregistrytype: 'Container Registry'
5656
dockerRegistryConnection: '${{ parameters.DockerRegistryEndpoint }}'
5757
action: 'Push an image'
58-
imageName: 'hull/hull-integrate:$(HULL_VSADDON_VERSION)'
58+
imageName: 'hull/hull-integration:$(HULL_VSADDON_VERSION)'
5959

6060
- script: |
6161
CHART_RELEASER_VERSION=1.5.0

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ hull:
615615
containers:
616616
installation:
617617
image:
618-
repository: hull/hull-integrate
618+
repository: hull/hull-integration
619619
tag: _HT**Chart.Version
620620
args: _HT![
621621
{{ if (or (index . "$").Values.hull.config.general.data.installation.config.customCaCertificates (index . "$").Values.hull.config.general.data.installation.config.certificateSecrets) }}
@@ -643,8 +643,8 @@ hull:
643643
containers:
644644
installation:
645645
image:
646-
repository: vpms/powershellcore-yaml-oras
647-
tag: 7.3-ubuntu-22.04-20230620
646+
repository: hull/hull-integration
647+
tag: _HT**Chart.Version
648648
args: _HT![
649649
{{ if (or (index . "$").Values.hull.config.general.data.installation.config.customCaCertificates (index . "$").Values.hull.config.general.data.installation.config.certificateSecrets) }}
650650
echo Updating Certificates;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN mkdir -p oras-install/
99
RUN tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
1010
RUN mv oras-install/oras /usr/local/bin/
1111
RUN rm -rf oras_${VERSION}_*.tar.gz oras-install/
12-
COPY ./Installer.ps1 /script
12+
COPY ./Installer.ps1 /script/Installer.ps1
1313
RUN oras --help

0 commit comments

Comments
 (0)