Skip to content

Commit

Permalink
feat: linode dockerhub apl-api (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan authored Aug 16, 2024
1 parent 1cd5dac commit 5560608
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/otomi-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ priorityClassName: "otomi-critical"
replicaCount: 1
image:
registry: docker.io
repository: otomi/api
repository: linode/apl-api
tag: 0.1.1
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.4'
services:
api:
container_name: api
image: otomi/api:${API_TAG:-latest}
image: linode/apl-api:${API_TAG:-latest}
user: ${USER_ID}:${GROUP_ID}
expose:
- 8080
Expand Down
8 changes: 4 additions & 4 deletions helmfile.d/snippets/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ environments:
quay.io/kiwigrid/k8s-sidecar,
docker.io/otomi/core,
docker.io/otomi/tasks,
docker.io/otomi/api,
docker.io/linode/apl-api,
docker.io/drone/drone-runner-kube,
docker.io/grafana/promtail,
gcr.io/tekton-releases/github.com/tektoncd/dashboard/cmd/dashboard,
Expand All @@ -149,7 +149,7 @@ environments:
condition: (
container.image.repository in (
docker.io/drone/drone-runner-kube,
docker.io/otomi/api,
docker.io/linode/apl-api,
docker.io/otomi/tasks
)
)
Expand All @@ -170,7 +170,7 @@ environments:
condition: (
container.image.repository in (
docker.io/otomi/tasks,
docker.io/otomi/api,
docker.io/linode/apl-api,
docker.io/linode/apl-console,
docker.io/gitea/gitea,
docker.io/grafana/grafana
Expand All @@ -181,7 +181,7 @@ environments:
condition: (
container.image.repository in (
docker.io/linode/apl-console,
docker.io/otomi/api
docker.io/linode/apl-api
) or (k8s.ns.name = "keycloak")
)
- macro: user_known_write_below_root_activities
Expand Down
2 changes: 1 addition & 1 deletion values/otomi-api/otomi-api.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources:
memory: 256Mi
{{- end }}

{{- tpl (readFile "../../helmfile.d/snippets/job.gotmpl") (dict "item" "api" "v" $v "skipScript" true) }}
{{- tpl (readFile "../../helmfile.d/snippets/job.gotmpl") (dict "repositoryPrefix" "linode/apl-" "item" "api" "v" $v "skipScript" true) }}

secrets:
GIT_USER: otomi-admin
Expand Down

0 comments on commit 5560608

Please sign in to comment.