Skip to content

Commit

Permalink
chore(deps): update socialgouv/docker images docker tags to v6.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent 0cf9604 commit 5478ea2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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";

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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.1";

const restoreScript = `
Expand Down
4 changes: 2 additions & 2 deletions src/components/pg/create-db-user.job.ts
Expand Up @@ -6,8 +6,8 @@ import { Job } from "kubernetes-models/batch/v1";
const DEFAULT_EXTENSIONS = "hstore pgcrypto citext uuid-ossp";

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

const defaultSecretRefName = `azure-pg-admin-user`;

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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.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.67.1
const SOCIALGOUV_DOCKER_VERSION = "6.67.1";

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

0 comments on commit 5478ea2

Please sign in to comment.