Skip to content
Open
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
120 changes: 118 additions & 2 deletions console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"properties": {
"id": "gitops-rollouts-topology-side-bar-tab-details",
"label": "Details",
"priority": "1000",
"priority": "1000",
"insertBefore": "topology-side-bar-tab-resource"
},
"flags": {
Expand All @@ -84,7 +84,7 @@
"id": "gitops-rollouts-topology-sidebar-details-tab-section",
"tab": "gitops-rollouts-topology-side-bar-tab-details",
"provider": { "$codeRef": "topology.useRolloutSideBarDetails" },
"insertBefore": "gitops-rollouts-topology-sidebar-resource-tab-section"
"insertBefore": "gitops-rollouts-topology-sidebar-resource-tab-section"
},
"flags": {
"required": ["ARGO_ROLLOUT", "GITOPS_ENABLE_TOPOLOGY"]
Expand Down Expand Up @@ -267,6 +267,23 @@
"required": ["ARGO_ROLLOUT"]
}
},
{
"type": "console.model-metadata",
"properties": {
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
},
"color": "#E9654B",
"label": "Argo CD Image Updater",
"labelPlural": "Argo CD Image Updaters",
"abbr": "IU"
},
"flags": {
"required": ["IMAGEUPDATER"]
}
},
{
"type": "console.flag/model",
"properties": {
Expand All @@ -289,6 +306,17 @@
}
}
},
{
"type": "console.flag/model",
"properties": {
"flag": "IMAGEUPDATER",
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
}
}
},
{
"type": "console.navigation/resource-ns",
"properties": {
Expand Down Expand Up @@ -340,6 +368,39 @@
"insertAfter": "appproject"
}
},
{
"type": "console.navigation/resource-ns",
"properties": {
"id": "imageupdater",
"name": "ImageUpdaters",
"perspective": "admin",
"section": "gitops-navigation-section",
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
}
},
"flags": {
"required": [
"IMAGEUPDATER"
]
}
},
{
"type": "console.navigation/separator",
"properties": {
"perspective": "admin",
"section": "gitops-navigation-section",
"id": "argocd-separator-imageupdater",
"insertAfter": "imageupdater"
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"flags": {
"required": [
"IMAGEUPDATER"
]
}
},
{
"type": "console.navigation/resource-ns",
"properties": {
Expand Down Expand Up @@ -426,6 +487,24 @@
}
}
},
{
"type": "console.page/resource/list",
"flags": {
"required": [
"IMAGEUPDATER"
]
},
"properties": {
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
},
"component": {
"$codeRef": "ImageUpdaterList"
}
}
},
{
"type": "console.page/resource/details",
"flags": {
Expand Down Expand Up @@ -538,6 +617,25 @@
}
}
},
{
"type": "console.yaml-template",
"flags": {
"required": [
"IMAGEUPDATER"
]
},
"properties": {
"name": "default",
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
},
"template": {
"$codeRef": "yamlTemplates.defaultImageUpdaterYamlTemplate"
}
}
},
{
"type": "console.page/resource/details",
"flags": {
Expand Down Expand Up @@ -574,6 +672,24 @@
}
}
},
{
"type": "console.page/resource/details",
"flags": {
"required": [
"IMAGEUPDATER"
]
},
"properties": {
"model": {
"group": "argocd-image-updater.argoproj.io",
"kind": "ImageUpdater",
"version": "v1alpha1"
},
"component": {
"$codeRef": "ImageUpdaterDetailsPage"
}
}
},
{
"type": "console.page/resource/search",
"properties": {
Expand Down
53 changes: 47 additions & 6 deletions locales/en/plugin__gitops-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,53 @@
"Progressive Sync Flow View": "Progressive Sync Flow View",
"Expand or collapse all progressive sync step groups": "Expand or collapse all progressive sync step groups",
"No Applications In This Step": "No Applications In This Step",
"Edit ImageUpdater": "Edit ImageUpdater",
"Delete ImageUpdater": "Delete ImageUpdater",
"Error: Missing required route parameters": "Error: Missing required route parameters",
"ImageUpdater details": "ImageUpdater details",
"Ready": "Ready",
"Whether the last reconciliation completed without errors.": "Whether the last reconciliation completed without errors.",
"True": "True",
"False": "False",
"Applications Matched": "Applications Matched",
"Number of applications matched by this ImageUpdater.": "Number of applications matched by this ImageUpdater.",
"Images Managed": "Images Managed",
"Number of images eligible for update checking.": "Number of images eligible for update checking.",
"Last Checked At": "Last Checked At",
"When the controller last checked for image updates.": "When the controller last checked for image updates.",
"Last Updated At": "Last Updated At",
"When the controller last performed an image update.": "When the controller last performed an image update.",
"Observed Generation": "Observed Generation",
"The generation of the resource that was last reconciled.": "The generation of the resource that was last reconciled.",
"Conditions": "Conditions",
"No ImageUpdaters match the search filter": "No ImageUpdaters match the search filter",
"Try removing the filter or searching for a different term to see more ImageUpdaters.": "Try removing the filter or searching for a different term to see more ImageUpdaters.",
"There are no ImageUpdaters in this namespace.": "There are no ImageUpdaters in this namespace.",
"There are no ImageUpdaters in all namespaces.": "There are no ImageUpdaters in all namespaces.",
"No matching ImageUpdaters": "No matching ImageUpdaters",
"No ImageUpdaters": "No ImageUpdaters",
"Unable to load data": "Unable to load data",
"There was an error retrieving ImageUpdaters. Check your connection and reload the page.": "There was an error retrieving ImageUpdaters. Check your connection and reload the page.",
"ImageUpdaters": "ImageUpdaters",
"This list page is under tech preview, but not necessarily the resources it represents": "This list page is under tech preview, but not necessarily the resources it represents",
"Create ImageUpdater": "Create ImageUpdater",
"Search by name...": "Search by name...",
"Apps": "Apps",
"Images": "Images",
"Last Checked": "Last Checked",
"Has Apps": "Has Apps",
"No Apps": "No Apps",
"Not Ready": "Not Ready",
"Recent Updates": "Recent Updates",
"ArgoCD ImageUpdater": "ArgoCD ImageUpdater",
"There was an error retrieving the ImageUpdater. Check your connection and reload the page.": "There was an error retrieving the ImageUpdater. Check your connection and reload the page.",
"No recent updates": "No recent updates",
"No image updates have been recorded in the most recent reconciliation cycle.": "No image updates have been recorded in the most recent reconciliation cycle.",
"Alias": "Alias",
"Image": "Image",
"New Version": "New Version",
"Apps Updated": "Apps Updated",
"Updated At": "Updated At",
"Server": "Server",
"Deny": "Deny",
"Allow": "Allow",
Expand All @@ -124,7 +171,6 @@
"Cluster Resource Deny List": "Cluster Resource Deny List",
"Namespace Resource Allow List": "Namespace Resource Allow List",
"Namespace Resource Deny List": "Namespace Resource Deny List",
"Error: Missing required route parameters": "Error: Missing required route parameters",
"AppProject details": "AppProject details",
"Project Type": "Project Type",
"The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.": "The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.",
Expand Down Expand Up @@ -156,19 +202,15 @@
"When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.": "When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.",
"Enabled": "Enabled",
"Disabled": "Disabled",
"Conditions": "Conditions",
"No Argo CD App Projects match the search filter": "No Argo CD App Projects match the search filter",
"Try removing the filter or searching for a different term to see more App Projects.": "Try removing the filter or searching for a different term to see more App Projects.",
"There are no Argo CD App Projects in this project.": "There are no Argo CD App Projects in this project.",
"There are no Argo CD App Projects in all projects.": "There are no Argo CD App Projects in all projects.",
"No matching Argo CD App Projects": "No matching Argo CD App Projects",
"No Argo CD App Projects": "No Argo CD App Projects",
"Unable to load data": "Unable to load data",
"There was an error retrieving App Projects. Check your connection and reload the page.": "There was an error retrieving App Projects. Check your connection and reload the page.",
"AppProjects": "AppProjects",
"This list page is under tech preview, but not necessarily the resources it represents": "This list page is under tech preview, but not necessarily the resources it represents",
"Create AppProject": "Create AppProject",
"Search by name...": "Search by name...",
"Labels": "Labels",
"Last Updated": "Last Updated",
"Has Description": "Has Description",
Expand Down Expand Up @@ -205,7 +247,6 @@
"No resources configured": "No resources configured",
"This list does not have any resources configured.": "This list does not have any resources configured.",
"Traffic": "Traffic",
"Ready": "Ready",
"Restarts": "Restarts",
"Owner": "Owner",
"Memory": "Memory",
Expand Down
53 changes: 47 additions & 6 deletions locales/ja/plugin__gitops-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,53 @@
"Progressive Sync Flow View": "Progressive Sync Flow View",
"Expand or collapse all progressive sync step groups": "Expand or collapse all progressive sync step groups",
"No Applications In This Step": "No Applications In This Step",
"Edit ImageUpdater": "Edit ImageUpdater",
"Delete ImageUpdater": "Delete ImageUpdater",
"Error: Missing required route parameters": "Error: Missing required route parameters",
"ImageUpdater details": "ImageUpdater details",
"Ready": "Ready",
"Whether the last reconciliation completed without errors.": "Whether the last reconciliation completed without errors.",
"True": "True",
"False": "False",
"Applications Matched": "Applications Matched",
"Number of applications matched by this ImageUpdater.": "Number of applications matched by this ImageUpdater.",
"Images Managed": "Images Managed",
"Number of images eligible for update checking.": "Number of images eligible for update checking.",
"Last Checked At": "Last Checked At",
"When the controller last checked for image updates.": "When the controller last checked for image updates.",
"Last Updated At": "Last Updated At",
"When the controller last performed an image update.": "When the controller last performed an image update.",
"Observed Generation": "Observed Generation",
"The generation of the resource that was last reconciled.": "The generation of the resource that was last reconciled.",
"Conditions": "Conditions",
"No ImageUpdaters match the search filter": "No ImageUpdaters match the search filter",
"Try removing the filter or searching for a different term to see more ImageUpdaters.": "Try removing the filter or searching for a different term to see more ImageUpdaters.",
"There are no ImageUpdaters in this namespace.": "There are no ImageUpdaters in this namespace.",
"There are no ImageUpdaters in all namespaces.": "There are no ImageUpdaters in all namespaces.",
"No matching ImageUpdaters": "No matching ImageUpdaters",
"No ImageUpdaters": "No ImageUpdaters",
"Unable to load data": "Unable to load data",
"There was an error retrieving ImageUpdaters. Check your connection and reload the page.": "There was an error retrieving ImageUpdaters. Check your connection and reload the page.",
"ImageUpdaters": "ImageUpdaters",
"This list page is under tech preview, but not necessarily the resources it represents": "This list page is under tech preview, but not necessarily the resources it represents",
"Create ImageUpdater": "Create ImageUpdater",
"Search by name...": "Search by name...",
"Apps": "Apps",
"Images": "Images",
"Last Checked": "Last Checked",
"Has Apps": "Has Apps",
"No Apps": "No Apps",
"Not Ready": "Not Ready",
"Recent Updates": "Recent Updates",
"ArgoCD ImageUpdater": "ArgoCD ImageUpdater",
"There was an error retrieving the ImageUpdater. Check your connection and reload the page.": "There was an error retrieving the ImageUpdater. Check your connection and reload the page.",
"No recent updates": "No recent updates",
"No image updates have been recorded in the most recent reconciliation cycle.": "No image updates have been recorded in the most recent reconciliation cycle.",
"Alias": "Alias",
"Image": "Image",
"New Version": "New Version",
"Apps Updated": "Apps Updated",
"Updated At": "Updated At",
Comment thread
dkarpele marked this conversation as resolved.
"Server": "Server",
"Deny": "Deny",
"Allow": "Allow",
Expand All @@ -124,7 +171,6 @@
"Cluster Resource Deny List": "Cluster Resource Deny List",
"Namespace Resource Allow List": "Namespace Resource Allow List",
"Namespace Resource Deny List": "Namespace Resource Deny List",
"Error: Missing required route parameters": "Error: Missing required route parameters",
"AppProject details": "AppProject details",
"Project Type": "Project Type",
"The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.": "The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.",
Expand Down Expand Up @@ -156,19 +202,15 @@
"When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.": "When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.",
"Enabled": "Enabled",
"Disabled": "Disabled",
"Conditions": "Conditions",
"No Argo CD App Projects match the search filter": "No Argo CD App Projects match the search filter",
"Try removing the filter or searching for a different term to see more App Projects.": "Try removing the filter or searching for a different term to see more App Projects.",
"There are no Argo CD App Projects in this project.": "There are no Argo CD App Projects in this project.",
"There are no Argo CD App Projects in all projects.": "There are no Argo CD App Projects in all projects.",
"No matching Argo CD App Projects": "No matching Argo CD App Projects",
"No Argo CD App Projects": "No Argo CD App Projects",
"Unable to load data": "Unable to load data",
"There was an error retrieving App Projects. Check your connection and reload the page.": "There was an error retrieving App Projects. Check your connection and reload the page.",
"AppProjects": "AppProjects",
"This list page is under tech preview, but not necessarily the resources it represents": "This list page is under tech preview, but not necessarily the resources it represents",
"Create AppProject": "Create AppProject",
"Search by name...": "Search by name...",
"Labels": "Labels",
"Last Updated": "Last Updated",
"Has Description": "Has Description",
Expand Down Expand Up @@ -205,7 +247,6 @@
"No resources configured": "No resources configured",
"This list does not have any resources configured.": "This list does not have any resources configured.",
"Traffic": "Traffic",
"Ready": "Ready",
"Restarts": "Restarts",
"Owner": "Owner",
"Memory": "Memory",
Expand Down
Loading