Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

fix(deps): update all dependencies (patch) #127

Merged
merged 1 commit into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v20.1.3
ref: v20.1.5

variables:
AUTO_DEVOPS_RELEASE_AUTO: "🔖"
Expand Down
16 changes: 8 additions & 8 deletions .k8s/__tests__/__snapshots__/kosko generate --env dev.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

exports[`kosko generate --dev 1`] = `
"---
apiVersion: v1
kind: Namespace
metadata:
annotations:
field.cattle.io/creatorId: gitlab
Expand All @@ -19,9 +21,9 @@ metadata:
team: archifiltre-site
cert: wildcard
name: archifiltre-site-85-master-dev2
apiVersion: v1
kind: Namespace
---
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
app.gitlab.com/app: socialgouv-archifiltre-site
Expand Down Expand Up @@ -92,9 +94,9 @@ spec:
path: /index.html
port: http
periodSeconds: 5
apiVersion: apps/v1
kind: Deployment
---
apiVersion: v1
kind: Service
metadata:
labels:
app: app
Expand All @@ -116,9 +118,9 @@ spec:
selector:
app: app
type: ClusterIP
apiVersion: v1
kind: Service
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
Expand Down Expand Up @@ -146,7 +148,5 @@ spec:
- hosts:
- master-dev2-archifiltre-site.dev2.fabrique.social.gouv.fr
secretName: wildcard-crt
apiVersion: extensions/v1beta1
kind: Ingress
"
`;
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

exports[`kosko generate --preprod 1`] = `
"---
apiVersion: v1
kind: Namespace
metadata:
annotations:
field.cattle.io/creatorId: gitlab
Expand All @@ -19,9 +21,9 @@ metadata:
team: archifiltre-site
cert: wildcard
name: archifiltre-site-85-preprod-dev2
apiVersion: v1
kind: Namespace
---
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
app.gitlab.com/app: socialgouv-archifiltre-site
Expand Down Expand Up @@ -92,9 +94,9 @@ spec:
path: /index.html
port: http
periodSeconds: 5
apiVersion: apps/v1
kind: Deployment
---
apiVersion: v1
kind: Service
metadata:
labels:
app: app
Expand All @@ -116,9 +118,9 @@ spec:
selector:
app: app
type: ClusterIP
apiVersion: v1
kind: Service
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
Expand Down Expand Up @@ -146,7 +148,5 @@ spec:
- hosts:
- preprod-archifiltre-site.dev2.fabrique.social.gouv.fr
secretName: wildcard-crt
apiVersion: extensions/v1beta1
kind: Ingress
"
`;
12 changes: 6 additions & 6 deletions .k8s/__tests__/__snapshots__/kosko generate --env prod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

exports[`kosko generate --prod 1`] = `
"---
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
app.gitlab.com/app: socialgouv-archifiltre-site
Expand Down Expand Up @@ -70,9 +72,9 @@ spec:
path: /index.html
port: http
periodSeconds: 5
apiVersion: apps/v1
kind: Deployment
---
apiVersion: v1
kind: Service
metadata:
labels:
app: app
Expand All @@ -93,9 +95,9 @@ spec:
selector:
app: app
type: ClusterIP
apiVersion: v1
kind: Service
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
Expand Down Expand Up @@ -124,7 +126,5 @@ spec:
- hosts:
- archifiltre.fabrique.social.gouv.fr
secretName: app-crt
apiVersion: extensions/v1beta1
kind: Ingress
"
`;
10 changes: 5 additions & 5 deletions .k8s/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"@kosko/env": "^1.0.1",
"@kosko/env": "^1.0.2",
"@socialgouv/kosko-charts": "^4.2.1",
"@types/node": "^13.13.38",
"kosko": "^1.0.1",
"kubernetes-models": "^1.0.2",
"@types/node": "^13.13.40",
"kosko": "^1.0.2",
"kubernetes-models": "^1.0.3",
"ts-node": "^9.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@types/jest": "^26.0.19",
"@types/jest": "^26.0.20",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"typescript": "^4.1.3"
Expand Down
Loading