Skip to content

Commit 3f4541e

Browse files
committed
Rust version
1 parent ffe88b1 commit 3f4541e

File tree

14 files changed

+1911
-3
lines changed

14 files changed

+1911
-3
lines changed

itsfriday/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0
18+
version: 0.3.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
File renamed without changes.
File renamed without changes.
File renamed without changes.

itsfriday/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ onlyMarkedNamespaces: # Only namespaces with itsfriday/webhookenabled label set
44
mode: "validate" # validate or ignore
55
# if validate - only namespaces with itsfriday/webhookenabled=validate would be checked
66
# if ingnore - only namespaces with itsfriday/webhookenabled=ignore would be ignored
7-
replicasCount: 3
7+
replicasCount: 2
88
images:
9-
itsfriday: razikus/its-friday-k8s-admission-controller:1.0.1
9+
itsfriday: razikus/its-friday-k8s-admission-controller:rust1.0.0
1010
service:
1111
port: 443
1212
envs:

sourcerust/.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target/
2+
Dockerfile
3+
.dockerignore

sourcerust/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/

0 commit comments

Comments
 (0)