Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Mar 25, 2024
1 parent 684fdde commit 8377e91
Show file tree
Hide file tree
Showing 49 changed files with 245 additions and 1,182 deletions.
2 changes: 1 addition & 1 deletion config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ params:
blog_url: https://appscode.com/blog
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
twitter_url: https://x.com/AppsCodeHQ
facebook_url: https://www.facebook.com/appscode
youtube_url: https://www.youtube.com/c/AppsCodeInc
contact_email: support@appscode.com
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ params:
blog_url: https://appscode.com/blog
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
twitter_url: https://x.com/AppsCodeHQ
facebook_url: https://www.facebook.com/appscode
youtube_url: https://www.youtube.com/c/AppsCodeInc
contact_email: support@appscode.com
Expand Down
9 changes: 9 additions & 0 deletions data/authors/md-anisur-rahman.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Md Anisur Rahman",
"designation": "Software Engineer",
"biography": "Anisur is a Software Engineer, working at AppsCode Inc. He has been involved with Kubernetes project since 2023 and very enthusiastic about Kubernetes and open source in general.",
"profile": "/assets/images/authors/profile-photos-84x84/md-anisur-rahman.jpg",
"email": "anisur@appscode.com",
"github": "https://github.com/anisurrahman75",
"linkedin": "https://www.linkedin.com/in/anisur-rahman75/"
}
114 changes: 105 additions & 9 deletions data/customers.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,129 @@
{
"carro": {
"name": "Carro",
"website": "#",
"logo": "/assets/images/customers/2024/carro.png",
"show": true
},
"nokia": {
"name": "nokia",
"website": "#",
"logo": "/assets/images/customers/2024/nokia.png",
"show": true
},
"clewmed": {
"name": "Clewmed",
"website": "#",
"logo": "/assets/images/customers/2024/clewmed.png",
"show": true
},
"dataloop": {
"name": "Dataloop",
"website": "#",
"logo": "/assets/images/customers/2024/dataloop.png",
"show": true
},
"decisio": {
"name": "Decisio",
"website": "#",
"logo": "/assets/images/customers/2024/decisio.png",
"show": false
},
"emerson": {
"name": "Emerson",
"website": "#",
"logo": "/assets/images/customers/2024/emerson.png",
"show": true
},
"fastspeed": {
"name": "fastspeed",
"website": "#",
"logo": "/assets/images/customers/2024/fastspeed.png",
"show": false
},
"ge-healthcare": {
"name": "ge-healthcare",
"website": "#",
"logo": "/assets/images/customers/2024/ge-healthcare.png",
"show": false
},
"100-fortune": {
"name": "100-fortune",
"website": "#",
"logo": "/assets/images/customers/2024/100-fortune.png",
"show": true
},
"greenhouse": {
"name": "greenhouse",
"website": "#",
"logo": "/assets/images/customers/2024/greenhouse.png",
"show": true
},
"huma": {
"name": "huma",
"website": "#",
"logo": "/assets/images/customers/2024/huma.png",
"show": true
},
"irembo": {
"name": "irembo",
"website": "#",
"logo": "/assets/images/customers/2024/irembo.png",
"show": false
},
"oak-ridge": {
"name": "oak-ridge",
"website": "#",
"logo": "/assets/images/customers/2024/oak-ridge.png",
"show": true
},
"orange": {
"name": "orange",
"website": "#",
"logo": "/assets/images/customers/2024/orange.png",
"show": true
},
"vaimo": {
"name": "vaimo",
"website": "#",
"logo": "/assets/images/customers/2024/vaimo.png",
"show": true
},
"wiliot": {
"name": "wiliot",
"website": "#",
"logo": "/assets/images/customers/2024/wiliot.png",
"show": true
},
"intersystems": {
"name": "InterSystems",
"website": "https://www.intersystems.com",
"logo": "/assets/images/customers/intersystems/logo.png",
"show": true
"show": false
},
"elpheria": {
"name": "Elpheria",
"website": "https://www.elpheria.com",
"logo": "/assets/images/customers/elpheria/logo.png",
"show": true
"show": false
},
"zebra": {
"name": "Zebra",
"website": "https://www.zebra.com",
"logo": "/assets/images/customers/zebra/logo.png",
"show": true
"show": false
},
"pricehubble": {
"name": "PriceHubble AG",
"website": "https://pricehubble.com",
"logo": "/assets/images/customers/pricehubble/logo.svg",
"show": true
"show": false
},
"rungway": {
"name": "Rungway",
"website": "https://rungway.com",
"logo": "/assets/images/customers/rungway/logo.png",
"show": true
"show": false
},
"devolutions": {
"name": "Devolutions.net",
Expand All @@ -39,18 +135,18 @@
"name": "LiveRamp",
"website": "https://liveramp.com",
"logo": "/assets/images/customers/liveramp/logo.png",
"show": true
"show": false
},
"birdi": {
"name": "BIRDI Pty Ltd",
"website": "https://www.birdi.com.au",
"logo": "/assets/images/customers/birdi/BIRDI-Logo_Retina.png",
"show": true
"show": false
},
"astarte": {
"name": "Astarte",
"website": "http://astarte-platform.org",
"logo": "/assets/images/customers/astarte/astarte.png",
"show": true
"show": false
}
}
}
18 changes: 9 additions & 9 deletions data/products/appscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "KubeDB",
"url": "https://kubedb.com",
"logo": "/assets/images/products/kubedb/kubedb.svg",
"description": "KubeDB simplifies Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud"
"description": "KubeDB simplifies Provisioning, Upgrading, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud"
},
{
"name": "Stash",
Expand All @@ -58,18 +58,18 @@
"name": "kubeVault",
"url": "https://kubevault.com",
"logo": "/assets/images/products/kubevault/kubevault.png",
"description": "KubeVault provides various ways to configure your Vault deployment. You can pick your preferred Storage Backend, Unsealer Mode, TLS Mode, Secret Engines that you want to allow to attach with this VaultServer, Termination Policy to prevent accidental deletion or clean-up Vault deployment in a systematic way, Monitoring, etc."
"description": "KubeVault makes Vault deployment and operation a breeze with a Kubernetes operator. You can pick your preferred Storage Backend, Unsealer Mode, TLS Mode, Secret Engines that you want to allow to attach with this VaultServer, Termination Policy to prevent accidental deletion or clean-up Vault deployment in a systematic way, Monitoring, etc."
},
{
"name": "Voyager",
"url": "https://voyagermesh.com/",
"logo": "/assets/images/products/voyager/voyager.png",
"description": "Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters."
"description": "Voyager is a secure L7 and L4 ingress controller for Kubernetes with Gateway API support. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters."
}
],
"highlight_products": {
"title": "The Global Leader in Kubernetes tools",
"summary": "AppsCode is a leading provider of Kubernetes solutions that allow organizations to maintain their business goals, higher growth, and reduce risks by making it simple, safe and affordable.",
"summary": "AppsCode is a global leader in Enterprise-grade Kubernetes-native Data Platform with Automated Day 2 Operations.",
"url": "https://appscode.com/contact/",
"products": [
{
Expand All @@ -81,7 +81,7 @@
{
"name": "Config Syncer",
"logo": "/assets/images/products/configsyncer/configsyncer-512x512.svg",
"summary": "Config Syncer (fka Kubed) by AppsCode is a Kubernetes Cluster Operator Daemon. From here you can learn all about Config Syncer’s architecture and how to deploy and use Config Syncer.",
"summary": "Config Syncer (fka Kubed) by AppsCode syncs secrets and configmaps across Kubernetes clusters. From here you can learn all about Config Syncer’s architecture and how to deploy and use Config Syncer.",
"url": "https://config-syncer.com/"
}
]
Expand All @@ -93,7 +93,7 @@
"use_case": "MANAGE DATABASE",
"logo": "/assets/images/products/kubedb/kubedb.svg",
"title": "Run Production-Grade Databases on Kubernetes",
"summary": "KubeDB simplifies Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud",
"summary": "KubeDB simplifies Provisioning, Upgrading, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud",
"url": "https://kubedb.com",
"features": [
"Provisioning",
Expand All @@ -103,7 +103,7 @@
"Monitoring",
"Security"
],
"illustration": "/assets/images/products/kubedb/kubedb-illustration.png"
"illustration": "/assets/images/products/kubedb/kubedb-illustration-1.png"
},
{
"id": "disaster-recovery",
Expand Down Expand Up @@ -131,7 +131,7 @@
"use_case": "NETWORKING",
"logo": "/assets/images/products/voyager/voyager.png",
"title": "Secure HAProxy Ingress Controller for Kubernetes",
"summary": "Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters.",
"summary": "Voyager is a secure L7 and L4 ingress controller for Kubernetes with Gateway API support. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters.",
"url": "https://voyagermesh.com/",
"features": [
"HTTP & TCP",
Expand All @@ -148,7 +148,7 @@
"use_case": "SECURITY",
"logo": "/assets/images/products/kubevault/kubevault.png",
"title": "Tools for running HashiCorp Vault on Kubernetes",
"summary": "KubeVault provides various ways to configure your Vault deployment. You can pick your preferred Storage Backend, Unsealer Mode, TLS Mode, Secret Engines that you want to allow to attach with this VaultServer, Termination Policy to prevent accidental deletion or clean-up Vault deployment in a systematic way, Monitoring, etc.",
"summary": "KubeVault makes Vault deployment and operation a breeze with a Kubernetes operator. You can pick your preferred Storage Backend, Unsealer Mode, TLS Mode, Secret Engines that you want to allow to attach with this VaultServer, Termination Policy to prevent accidental deletion or clean-up Vault deployment in a systematic way, Monitoring, etc.",
"url": "https://kubevault.com/",
"features": [
"Automatic Initialization & Unsealing",
Expand Down
7 changes: 6 additions & 1 deletion data/products/configsyncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
"hostDocs": false,
"show": true
},
{
"version": "v0.14.7",
"hostDocs": true,
"show": true
},
{
"version": "v0.14.6",
"hostDocs": true,
Expand Down Expand Up @@ -156,7 +161,7 @@
"hostDocs": true
}
],
"latestVersion": "v0.14.6",
"latestVersion": "v0.14.7",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/config-syncer/config-syncer",
Expand Down
20 changes: 18 additions & 2 deletions data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "KubeDB",
"fullname": "KubeDB by AppsCode",
"tagline": "Run Production-Grade Databases on Kubernetes",
"summary": "KubeDB simplifies Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud",
"summary": "KubeDB simplifies Provisioning, Upgrading, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud",
"published": true,
"author": "AppsCode Inc.",
"website": {
Expand Down Expand Up @@ -156,6 +156,22 @@
"hostDocs": false,
"show": true
},
{
"version": "v2024.3.16",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.29.0",
"cli": "v0.44.0",
"dashboard": "v0.20.0",
"installer": "v2024.3.16",
"ops-manager": "v0.31.0",
"provisioner": "v0.44.0",
"schema-manager": "v0.20.0",
"ui-server": "v0.20.0",
"webhook-server": "v0.20.0"
}
},
{
"version": "v2024.3.9-rc.0",
"hostDocs": true,
Expand Down Expand Up @@ -1004,7 +1020,7 @@
"hostDocs": false
}
],
"latestVersion": "v2024.2.14",
"latestVersion": "v2024.3.16",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubedb",
Expand Down
Loading

0 comments on commit 8377e91

Please sign in to comment.