Skip to content

Commit

Permalink
chore(deps): update socialgouv/docker images docker tags to v6.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 18, 2022
1 parent d4300af commit b0beca7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/components/azure-pg/create-db.job.ts
Expand Up @@ -3,8 +3,8 @@ import { Job } from "kubernetes-models/batch/v1";
const DEFAULT_EXTENSIONS = "hstore pgcrypto citext uuid-ossp postgis";

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/azure-db";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

export const createDbJob = ({
database,
Expand Down
4 changes: 2 additions & 2 deletions src/components/azure-pg/drop-autodevops-dbs.job.ts
Expand Up @@ -5,8 +5,8 @@ interface DropAutodevopsDbsJobArgs {
}

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/azure-db";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

export const dropAutodevopsDbsJob = ({
secretRefName = `azure-pg-admin-user`,
Expand Down
4 changes: 2 additions & 2 deletions src/components/azure-pg/drop-db.job.ts
Expand Up @@ -2,8 +2,8 @@ import environments from "@socialgouv/kosko-charts/environments";
import { Job } from "kubernetes-models/batch/v1";

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/azure-db";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

export const dropDbJob = ({
database,
Expand Down
4 changes: 2 additions & 2 deletions src/components/azure-pg/restore-db.job.ts
Expand Up @@ -23,8 +23,8 @@ interface RestoreDbJobArgs {
}

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/azure-db";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/azure-db versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

const restoreScript = `
Expand Down
4 changes: 2 additions & 2 deletions src/utils/waitForHttp.ts
@@ -1,8 +1,8 @@
import type { IIoK8sApiCoreV1Container } from "kubernetes-models/_definitions/IoK8sApiCoreV1Container";

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/wait-for-http";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/wait-for-http versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/wait-for-http versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

/** params for the [[waitForHttp]] function */
export interface WaitForHttpParams {
Expand Down
4 changes: 2 additions & 2 deletions src/utils/waitForPostgres.ts
@@ -1,8 +1,8 @@
import type { IIoK8sApiCoreV1Container } from "kubernetes-models/_definitions/IoK8sApiCoreV1Container";

const SOCIALGOUV_DOCKER_IMAGE = "ghcr.io/socialgouv/docker/wait-for-postgres";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/wait-for-postgres versioning=6.56.1
const SOCIALGOUV_DOCKER_VERSION = "6.56.1";
// renovate: datasource=docker depName=ghcr.io/socialgouv/docker/wait-for-postgres versioning=6.69.1
const SOCIALGOUV_DOCKER_VERSION = "6.69.1";

/** params for the [[waitForPostgres]] function */
export interface WaitForPostgresParams {
Expand Down

0 comments on commit b0beca7

Please sign in to comment.