Skip to content
Snippets Groups Projects
Commit 8a7e2bdc authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

rename package

parent 5a4d9fa3
No related branches found
No related tags found
No related merge requests found
Pipeline #106762 passed
Pipeline: shiny-k8s-example

#106763

    ......@@ -5,8 +5,8 @@ upload:
    needs: []
    image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
    script:
    - CHART_VERSION=$(helm show chart shiny-server-hosting | grep version | cut -d' ' -f2)
    - CHART_NAME=$(helm show chart shiny-server-hosting | grep name | cut -d' ' -f2)
    - CHART_VERSION=$(helm show chart shiny-server | grep version | cut -d' ' -f2)
    - CHART_NAME=$(helm show chart shiny-server | grep name | cut -d' ' -f2)
    - |
    if [ "helm" == "${CI_COMMIT_REF_SLUG}" ]; then
    export CHANNEL="stable"
    ......@@ -14,7 +14,7 @@ upload:
    export CHANNEL="${CI_COMMIT_REF_SLUG}"
    fi
    echo $CHANNEL
    - helm package shiny-server-hosting
    - helm package shiny-server
    - curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@${CHART_NAME}-${CHART_VERSION}.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/${CHANNEL}/charts"
    ......
    File moved
    apiVersion: v2
    name: rshiny
    description: A Helm chart for deploying rshiny app in Kubernetes
    name: shiny-server
    description: A Helm chart for deploying shiny app in Kubernetes
    # A chart can be either an 'application' or a 'library' chart.
    #
    ......@@ -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.4.2
    version: 0.4.3
    # 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
    ......
    File moved
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment