diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 03eefecab42a60bc0b5d69be8dbd6e6761926df3..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: gcr.io/kaniko-project/executor:debug - -stages: - - build-and-push - -build-and-push-job: - stage: build-and-push - script: - - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:${CI_COMMIT_SHA:0:8} --destination $CI_REGISTRY_IMAGE:latest diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 74da3e61dddec6593ecc6a39e6263af545e1cbcb..0000000000000000000000000000000000000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM netboxcommunity/netbox:v2.8.8 -ENV NAPALM_USERNAME netbox-napalm - -RUN apk add git && pip3 install napalm diff --git a/values.yaml b/values.yaml index bb760dbeaf3454be104b78f75d9e0b1967d304cd..4a97bb48a07f69766ad8064f7e613c62a64065f3 100644 --- a/values.yaml +++ b/values.yaml @@ -1,6 +1,6 @@ image: - repository: gitlab-registry.nautilus.optiputer.net/prp/netbox - tag: latest + repository: netboxcommunity/netbox + tag: v2.8.8 resources: limits: @@ -20,4 +20,4 @@ nginx: memory: 128Mi persistence: - storageClass: "rook-block" \ No newline at end of file + storageClass: "rook-block"