Skip to content

Commit

Permalink
Merge pull request #202 from akash4sh/main
Browse files Browse the repository at this point in the history
updated client and agent
  • Loading branch information
jebinjeb authored Sep 2, 2023
2 parents 2895d81 + 624a77e commit 54a6d55
Show file tree
Hide file tree
Showing 9 changed files with 1,093 additions and 317 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/intelops/kubviz/kubviz-agent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.0"
tag: "v1.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -47,7 +47,7 @@ git_bridge:
image:
repository: ghcr.io/intelops/kubviz/git-agent
pullPolicy: Always
tag: "v1.0.0"
tag: "v1.1.0"
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -81,7 +81,7 @@ container_bridge:
image:
repository: ghcr.io/intelops/kubviz/container-agent
pullPolicy: Always
tag: "v1.0.0"
tag: "v1.1.0"
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
41 changes: 27 additions & 14 deletions charts/client/templates/configmap-features-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 10,
"id": 5,
"links": [],
"liveNow": false,
"panels": [
Expand All @@ -47,7 +47,9 @@ data:
},
"custom": {
"align": "center",
"displayMode": "color-text",
"cellOptions": {
"type": "color-text"
},
"filterable": true,
"inspect": false
},
Expand Down Expand Up @@ -76,7 +78,9 @@ data:
},
"id": 8,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
Expand All @@ -85,7 +89,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "9.3.2",
"pluginVersion": "10.0.3",
"targets": [
{
"datasource": {
Expand All @@ -105,7 +109,6 @@ data:
}
],
"title": "Kubernetes Resources",
"transparent": true,
"type": "table"
},
{
Expand All @@ -121,7 +124,9 @@ data:
},
"custom": {
"align": "center",
"displayMode": "color-text",
"cellOptions": {
"type": "color-text"
},
"filterable": true,
"inspect": false
},
Expand Down Expand Up @@ -150,7 +155,9 @@ data:
},
"id": 6,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
Expand All @@ -159,7 +166,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "9.3.2",
"pluginVersion": "10.0.3",
"targets": [
{
"datasource": {
Expand All @@ -179,7 +186,6 @@ data:
}
],
"title": "Outdated Images",
"transparent": true,
"type": "table"
},
{
Expand All @@ -195,7 +201,9 @@ data:
},
"custom": {
"align": "center",
"displayMode": "color-text",
"cellOptions": {
"type": "color-text"
},
"filterable": true,
"inspect": false
},
Expand Down Expand Up @@ -224,7 +232,9 @@ data:
},
"id": 4,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
Expand All @@ -233,7 +243,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "9.3.2",
"pluginVersion": "10.0.3",
"targets": [
{
"datasource": {
Expand All @@ -253,7 +263,6 @@ data:
}
],
"title": "DeletedAPIs",
"transparent": true,
"type": "table"
},
{
Expand All @@ -269,7 +278,9 @@ data:
},
"custom": {
"align": "center",
"displayMode": "color-text",
"cellOptions": {
"type": "color-text"
},
"filterable": true,
"inspect": false
},
Expand Down Expand Up @@ -298,7 +309,9 @@ data:
},
"id": 2,
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
Expand All @@ -307,7 +320,7 @@ data:
},
"showHeader": true
},
"pluginVersion": "9.3.2",
"pluginVersion": "10.0.3",
"targets": [
{
"datasource": {
Expand All @@ -327,11 +340,11 @@ data:
}
],
"title": "DeprecatedAPIs",
"transparent": true,
"type": "table"
}
],
"schemaVersion": 37,
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"templating": {
Expand Down
Loading

0 comments on commit 54a6d55

Please sign in to comment.